Open this page in the API Guide

IFileSystemService.GetFolder 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 (25.1.0.1000)
Syntax
Folder GetFolder(
	Guid id,
	GetEntryOptions options
)

Parameters

id
Type: System.Guid
The ID of the folder to get.
options
Type: Dundas.BI.FileSystem.GetEntryOptions
Options affecting the behavior of the operation.

Return Value

Type: Folder
The folder with the specified ID.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
NotFoundExceptionThe folder does not exist.
NoPrivilegeExceptionThe caller does not have permission to access the folder.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also