Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the corresponding server item for a local item.
Does not throw ItemNotMappedException or ItemCloakedException.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared Function TryGetServerItemForLocalItem ( _
localItem As String, _
folders As WorkingFolder(), _
detectImplicitCloak As Boolean _
) As String
public static string TryGetServerItemForLocalItem(
string localItem,
WorkingFolder[] folders,
bool detectImplicitCloak
)
public:
static String^ TryGetServerItemForLocalItem(
String^ localItem,
array<WorkingFolder^>^ folders,
bool detectImplicitCloak
)
static member TryGetServerItemForLocalItem :
localItem:string *
folders:WorkingFolder[] *
detectImplicitCloak:bool -> string
public static function TryGetServerItemForLocalItem(
localItem : String,
folders : WorkingFolder[],
detectImplicitCloak : boolean
) : String
Parameters
localItem
Type: System.StringThe local item to translate
folders
Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkingFolder[]The WorkingFolder objects to use to translate the path
detectImplicitCloak
Type: System.BooleanIf true, detect and return null if the local item is implicitly cloaked in the workspace
Return Value
Type: System.String
The corresponding server item for the local item
Remarks
First shipped in TFS 2012
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.