CreateFolderMediaWebFarmTask Class |
Namespace: CMS.MediaLibrary
public class CreateFolderMediaWebFarmTask : WebFarmTaskBase
The CreateFolderMediaWebFarmTask type exposes the following members.
Name | Description | |
---|---|---|
CreateFolderMediaWebFarmTask |
Initializes a new instance of CreateFolderMediaWebFarmTask.
|
Name | Description | |
---|---|---|
DestinationLibraryId |
Gets or sets identifier of the library where folder will be created.
| |
DestinationPath |
Gets or sets relative path where folder will be created.
| |
SiteName |
Gets or sets name of the site which destination library is assigned to.
| |
TaskBinaryData |
Gets or sets the binary representation of data.
(Inherited from WebFarmTaskBase.) | |
TaskFilePath |
Gets or sets target path of file transported by task.
(Inherited from WebFarmTaskBase.) | |
TaskTarget |
Gets or sets task target.
(Inherited from WebFarmTaskBase.) |
Name | Description | |
---|---|---|
ConditionMethod |
Returns true whether the synchronization for creating media folders is allowed and provided storage is not shared.
(Overrides WebFarmTaskBaseConditionMethod.) | |
ExecuteTask |
Processes the web farm task by invoking the CreateMediaLibraryFolder(String, Int32, String, Boolean, Boolean) method while passing it current class' properties as its parameters.
(Overrides WebFarmTaskBaseExecuteTask.) |