File.BrowseForFile Method
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.
Parameters
- project_id
- EntityID
the project id to look in
- allow_project_change
- bool
whether or not to allow the project to be changed
- cancelled
- bool
whether or not this was cancelled
- start_folder_id
- EntityID
an optional start folder id
- parent_window
- IWin32Window
an optional parent window, when nesting inside another application
Return Value
DataOperationResponse<FileInfo>a response object with a file info object