IFileSystemServiceGetFolder(String, Guid) Method

Gets a Folder 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 (26.2.0.1000)
Syntax
Folder GetFolder(
	string name,
	Guid parentId
)

Parameters

name  String
The name of the folder to get.
parentId  Guid
The ID of the parent entry.

Return Value

Folder
The folder with the specified name in the specified parent folder.
Exceptions
ExceptionCondition
ArgumentExceptionparentId is Empty; -or- name is or 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