IFileSystemServiceGetFile Method (String, Guid) |
Gets a
File specified by its name and parent folder.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax File GetFile(
string name,
Guid parentId
)
Function GetFile (
name As String,
parentId As Guid
) As File
File^ GetFile(
String^ name,
Guid parentId
)
abstract GetFile :
name : string *
parentId : Guid -> File
Parameters
- name
- Type: SystemString
The name of the folder to get. - parentId
- Type: SystemGuid
The ID of the parent entry.
Return Value
Type:
FileThe file with the specified name in the specified parent folder.
Exceptions See Also