Folder.GetLocalPathToFolder Method
Public Shared Function GetLocalPathToFolder( _
ByVal folder_id As EntityID, _
ByRef path As String _
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse GetLocalPathToFolder(
EntityID folder_id,
out string path
)
This language is not supported or no code example is available.
public:
static OperationResponse^ GetLocalPathToFolder(
EntityID^ folder_id,
String^& path
)
This language is not supported or no code example is available.
Parameters
- folder_id
- EntityID
the id of the folder to get the path for
- path
- string
the local path, if one was found
Return Value
OperationResponsethe result of the operation