|
Ektron CMS400.NET API Documentation
|
public class Folder : Ektron.Cms.API.Common;
Public Class Folder Inherits Ektron.Cms.API.Common
Folder.vb
This is class API.Folder.
|
Name |
Description |
|
The methods of the Folder class are listed here. |
|
|
Name |
Description |
|
Creates CMS Community folder. | |
|
Creates a new folder in the CMS. By default the new folder inherits subscription properties of parent folder. To override, use the BreakInheritance property of the FolderRequest.SubscriptionProperties object (set it to True). See Also: The Example section. | |
![]() |
Creates a folder. | |
|
Delete the folder by its ID. See Also: The Example section. | |
|
| |
|
| |
|
Retrieves the folder's details with permission information. | |
|
This method is overloaded. Finds the folder ID by using the content's ID. In addition, you could choose to find the folder ID by using the folder's name and naming the parent folder's ID. | |
![]() |
Returns the folder detail. | |
|
Gets the path of a folder in the Workarea by using the folder's ID. | |
|
Returns flag indicating if the folder is hidden. | |
|
Rename the folder with new name. | |
|
| |
|
Updates the ApprovalMethod of a folder. The ApprovalMethod gets or set whether or not to force all approvers to approve the content that is added to the folder. Before using this method, you must break permission inheritance for the folder by setting the FolderRequest object's BreakInheritButton property to True. |
|
Copyright (c) 2008. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|