Browse for a folder, given a project id

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

Public Shared Function BrowseForFolder( _ 
ByVal project_id As EntityID, _ 
ByVal title As String, _ 
ByRef cancelled As Boolean, _ 
Optional ByVal parent_window As IWin32Window = null, _ 
Optional ByVal starting_folder As EntityID = null _ 
) As DataOperationResponse(Of ProjectFolder)
This language is not supported or no code example is available.
public static DataOperationResponse<ProjectFolder> BrowseForFolder( 
EntityID project_id
string title
out bool cancelled
IWin32Window parent_window = null, 
EntityID starting_folder = null 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<ProjectFolder^>^ BrowseForFolder( 
EntityID^ project_id
String^ title
bool& cancelled
IWin32Window^ parent_window
EntityID^ starting_folder 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

project_id
Type: EntityID

the id of the project to browse for a folder in

title
Type: string

the title of the window

cancelled
Type: bool

whether or not the operation was cancelled by the user

parent_window
Type: IWin32Window

the parent window for any UI elements

starting_folder
Type: EntityID

an optional folder to start browsing in - if ommitted, the selection will start at the top of the job

Return Value

Type: DataOperationResponse<ProjectFolder>

a project folder, as selected by the user

.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