IFileSystemServiceGetFolder(String, Guid, GetEntryOptions) Method |
Gets a
Folder 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)
SyntaxFolder GetFolder(
string name,
Guid parentId,
GetEntryOptions options
)
Function GetFolder (
name As String,
parentId As Guid,
options As GetEntryOptions
) As Folder
Folder^ GetFolder(
String^ name,
Guid parentId,
GetEntryOptions options
)
abstract GetFolder :
name : string *
parentId : Guid *
options : GetEntryOptions -> Folder Parameters
- name String
- The name of the folder to get.
- parentId Guid
- The ID of the parent entry.
- options GetEntryOptions
- Options affecting the behavior of the operation.
Return Value
FolderThe folder with the specified name in the specified parent folder.
Exceptions
See Also