The FolderManager 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.
|
![]() | 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>)>>)) |
Deletes the specified folder and all its content
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | 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 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.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUserFolder | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MoveFolder(IFolderInfo, IFolderInfo) | |
![]() | 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) |
Syncrhonizes the specified folder, its files and its subfolders.
|
![]() | Synchronize(Int32, String, Boolean, Boolean) |
Syncrhonizes the specified folder, its files and, optionally, its subfolders.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnlinkFolder | |
![]() | UpdateFolder |
Updates metadata of the specified folder.
|
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |