IFileSystemServiceCreateFolder Method |
Namespace: Dundas.BI.FileSystem
Exception | Condition |
---|---|
ArgumentException | name is , empty, only consists of whitespace, or contains invalid characters. -or- parentId is Empty. |
ArgumentOutOfRangeException | name is longer than MaxNameLength. |
DuplicateItemException | An entry with the specified name already exists in the parent entry. |
NotFoundException | The entry specified by parentId does not exist. |
NoPrivilegeException | The caller does not have permission to create the folder. |
InvalidSessionException | The caller context is not associated with a valid session. |