![]() |
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# |
![]() |
---|---|
public class AssetFolderConfiguration |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class AssetFolderConfiguration |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
![]() |
Actions |
Gets the actions.
|
![]() |
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.
|
![]() |
AssetFolder |
Gets the AssetFolder for this configuration.
|
![]() |
AutoSync |
Gets a boolean indicating that this Asset Folder should be synchronized automatically.
|
![]() |
Category |
Gets the category (e.g. "upload" or "library").
|
![]() |
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.
|
![]() |
ContentTypeCodeFolders |
Gets the code of the contenttype which will be used to create folder items.
|
![]() |
ContentTypeMappings |
Gets the ContentType mappings (which contenttype to use for which file-extension).
|
![]() |
ExcludeExtensions |
Gets the list of file-extensions which must be excluded for this asset folder.
|
![]() |
HasImageServerAction |
Gets a boolean indicating that the Actions contain an ImageServer action.
|
![]() |
MaxFileSize |
Gets the (configured) maximum file size.
|
![]() |
MetadataExtractionMappings |
Gets the metadata extraction mappings (object to be used for metadata extraction for which file-extension).
|
![]() |
Name |
Gets the name.
|
![]() |
RootItem |
Gets the root item (within the cms).
|
![]() |
UrlPattern |
Gets the url pattern regular expression, which external urls must match in order to be valid (only applicable when assetfolder type='external').
|