IFileSystemServiceGetFile(String, Guid) Method |
Gets a
File specified by its name and parent folder.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxFile 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 String
- The name of the folder to get.
- parentId Guid
- The ID of the parent entry.
Return Value
FileThe file with the specified name in the specified parent folder.
Exceptions
See Also