PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class AssetFolderConfiguration
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class AssetFolderConfiguration

The type exposes the following members.

Public Constructors

  Name Description
Public method AssetFolderConfiguration
Initializes a new instance of the AssetFolderConfiguration class.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Actions
Gets the actions.
Public property AllowAdd
Gets whether or not it is allowed to add Asset Items to this AssetFolder. When set to true, the AssetFolder configuration will have a corresponding button within Add Media. This also implies, that it is allowed to delete items within this AssetFolder.
Public property AssetFolder
Gets the AssetFolder for this configuration.
Public property AutoSync
Gets a boolean indicating that this Asset Folder should be synchronized automatically.
Public property Category
Gets the category (e.g. "upload" or "library").
Public property CompareModdate
Gets a boolean indicating that, when this Asset Folder is synchronized automatically, a moddate comparison of the Asset Item and the source Url should be executed.
Public property ContentTypeCodeFolders
Gets the code of the contenttype which will be used to create folder items.
Public property ContentTypeMappings
Gets the ContentType mappings (which contenttype to use for which file-extension).
Public property ExcludeExtensions
Gets the list of file-extensions which must be excluded for this asset folder.
Public property HasImageServerAction
Gets a boolean indicating that the Actions contain an ImageServer action.
Public property MaxFileSize
Gets the (configured) maximum file size.
Public property MetadataExtractionMappings
Gets the metadata extraction mappings (object to be used for metadata extraction for which file-extension).
Public property Name
Gets the name.
Public property RootItem
Gets the root item (within the cms).
Public property UrlPattern
Gets the url pattern regular expression, which external urls must match in order to be valid (only applicable when assetfolder type='external').

See Also

Advanced