The IFolderManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddAllUserReadPermission |
Adds read permissions for all users to the specified folder.
|
![]() | AddFolder(Int32, String) |
Creates a new folder in the given portal using the provided folder path.
The same mapping than the parent folder will be used to create this folder. So this method have to be used only to create subfolders.
|
![]() | AddFolder(FolderMappingInfo, String) |
Creates a new folder using the provided folder path and mapping.
|
![]() | AddFolder(FolderMappingInfo, String, String) |
Creates a new folder using the provided folder path and mapping.
|
![]() | CopyParentFolderPermissions |
Sets folder permissions to the given folder by copying parent folder permissions.
|
![]() | DeleteFolder(Int32) |
Deletes the specified folder.
|
![]() | DeleteFolder(IFolderInfo) |
Deletes the specified folder.
|
![]() | DeleteFolder(IFolderInfo, ICollection<(Of <<'(IFolderInfo>)>>)) |
Delete the specified folder and all its content
|
![]() | FolderExists |
Checks the existence of the specified folder in the specified portal.
|
![]() | GetFiles(IFolderInfo) |
Gets the files contained in the specified folder.
|
![]() | GetFiles(IFolderInfo, Boolean) |
Gets the files contained in the specified folder.
|
![]() | GetFiles(IFolderInfo, Boolean, Boolean) |
Gets the files contained in the specified folder.
|
![]() | GetFileSystemFolders |
Gets the list of Standard folders the specified user has the provided permissions.
|
![]() | GetFolder(Guid) |
Gets a folder entity by providing its unique id.
|
![]() | GetFolder(Int32) |
Gets a folder entity by providing a portal identifier and folder identifier.
|
![]() | GetFolder(Int32, String) |
Gets a folder entity by providing a portal identifier and folder path.
|
![]() | GetFolders(Int32) |
Gets the sorted list of folders of the provided portal.
|
![]() | GetFolders(IFolderInfo) |
Gets the list of subfolders for the specified folder.
|
![]() | GetFolders(UserInfo) |
Gets the list of folders the specified user has read permissions.
|
![]() | GetFolders(Int32, Boolean) |
Gets the sorted list of folders of the provided portal.
|
![]() | GetFolders(UserInfo, String) |
Gets the list of folders the specified user has the provided permissions.
|
![]() | GetFolders(Int32, String, Int32) |
Gets the sorted list of folders that match the provided permissions in the specified portal.
|
![]() | GetUserFolder |
Get the users folder
|
![]() | MoveFolder(IFolderInfo, IFolderInfo) |
Moves the specified folder and its contents to a new location.
|
![]() | MoveFolder(IFolderInfo, String) | Obsolete.
Moves the specified folder and its contents to a new location.
|
![]() | RenameFolder |
Renames the specified folder by setting the new provided folder name.
|
![]() | SearchFiles |
Search the files contained in the specified folder, for a matching pattern
|
![]() | SetFolderPermission(IFolderInfo, Int32, Int32) |
Sets specific folder permissions for the given role to the given folder.
|
![]() | SetFolderPermission(IFolderInfo, Int32, Int32, Int32) |
Sets specific folder permissions for the given role/user to the given folder.
|
![]() | SetFolderPermissions |
Sets folder permissions for administrator role to the given folder.
|
![]() | Synchronize(Int32) |
Synchronizes the entire folder tree for the specified portal.
|
![]() | Synchronize(Int32, String) |
Synchronizes the specified folder, its files and its subfolders.
|
![]() | Synchronize(Int32, String, Boolean, Boolean) |
Synchronizes the specified folder, its files and, optionally, its subfolders.
|
![]() | UnlinkFolder |
Unlink the specified folder
|
![]() | UpdateFolder |
Updates metadata of the specified folder.
|