IFileSystemServiceGetFolder Method (Guid, GetEntryOptions) |
Gets a
Folder specified by its ID.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Folder GetFolder(
Guid id,
GetEntryOptions options
)
Function GetFolder (
id As Guid,
options As GetEntryOptions
) As Folder
Folder^ GetFolder(
Guid id,
GetEntryOptions options
)
abstract GetFolder :
id : Guid *
options : GetEntryOptions -> Folder
Parameters
- id
- Type: SystemGuid
The ID of the folder to get. - options
- Type: Dundas.BI.FileSystemGetEntryOptions
Options affecting the behavior of the operation.
Return Value
Type:
FolderThe folder with the specified ID.
Exceptions See Also