Click or drag to resize
UpdateMediaWebFarmTask Class
Web farm task used to upload media files.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.MediaLibraryUpdateMediaWebFarmTask

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax
C#
public class UpdateMediaWebFarmTask : WebFarmTaskBase

The UpdateMediaWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodUpdateMediaWebFarmTask
Initializes a new instance of UpdateMediaWebFarmTask.
Top
Properties
  NameDescription
Public propertyFileExtension
Gets or sets extension of the file to be updated.
Public propertyFileGuid
Gets or sets guid identifier of the file to be updated.
Public propertyFileName
Gets or sets name of the file to be updated.
Public propertyLibraryFolder
Gets or sets media library root folder.
Public propertyLibrarySubFolderPath
Gets or sets library sub folder path.
Public propertySiteName
Gets or sets name of the site which media library is assigned to.
Public propertyTaskBinaryData
Gets or sets the binary representation of data.
(Inherited from WebFarmTaskBase.)
Public propertyTaskFilePath
Gets or sets target path of file transported by task.
(Inherited from WebFarmTaskBase.)
Public propertyTaskTarget
Gets or sets task target.
(Inherited from WebFarmTaskBase.)
Top
Methods
See Also