Browse for a file

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

Public Shared Function BrowseForFile( _ 
ByVal project_id As EntityID, _ 
ByVal allow_project_change As Boolean, _ 
ByRef cancelled As Boolean, _ 
Optional ByVal filter_strings As List(Of String) = null, _ 
Optional ByVal start_folder_id As EntityID = null, _ 
Optional ByVal parent_window As IWin32Window = null _ 
) As DataOperationResponse(Of FileInfo)
This language is not supported or no code example is available.
public static DataOperationResponse<FileInfo> BrowseForFile( 
EntityID project_id
bool allow_project_change
out bool cancelled
List<string> filter_strings = null, 
EntityID start_folder_id = null, 
IWin32Window parent_window = null 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<FileInfo^>^ BrowseForFile( 
EntityID^ project_id
bool allow_project_change
bool& cancelled
List<String^>^ filter_strings
EntityID^ start_folder_id
IWin32Window^ parent_window 
)
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 project id to look in

allow_project_change
Type: bool

whether or not to allow the project to be changed

cancelled
Type: bool

whether or not this was cancelled

filter_strings
Type: List<string>

start_folder_id
Type: EntityID

an optional start folder id

parent_window
Type: IWin32Window

an optional parent window, when nesting inside another application

Return Value

Type: DataOperationResponse<FileInfo>

a response object with a file info object

.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