IFileSystemServiceGetFolder(Guid, GetEntryOptions) Method |
Gets a
Folder specified by its ID.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxFolder 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 Guid
- The ID of the folder to get.
- options GetEntryOptions
- Options affecting the behavior of the operation.
Return Value
FolderThe folder with the specified ID.
Exceptions
See Also