Get the server path to a folder

Namespace: SynergyClientAPI.Folders
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function GetFolderPath( _ 
ByVal folder_id As EntityID
) As TextOperationResponse
This language is not supported or no code example is available.
public static TextOperationResponse GetFolderPath( 
EntityID folder_id 
)
This language is not supported or no code example is available.
public:  
static TextOperationResponse^ GetFolderPath( 
EntityID^ folder_id 
)
This language is not supported or no code example is available.
public static function GetFolderPath( 
folder_id : EntityID 
) : TextOperationResponse;
This language is not supported or no code example is available.

Parameters

folder_id
Type: EntityID

<default>

Return Value

Type: TextOperationResponse

the path to the folder

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1