|
|
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 AssetFolders
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class AssetFolders
|
|
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
|
|
CreateItem | Overloaded. |
|
|
CreateMultipleItems |
Creates multiple asset items from urls specified within the xml data.
|
|
|
CreateMultipleItemsAsync |
Creates multiple asset items from urls specified within the xml data (asynchronous).
|
|
|
Delete |
Deletes the files which are referenced by specified Asset items.
|
|
|
DeleteDerivedItems |
Deletes the derived items/files for a specific asset item.
|
|
|
Equals | (Inherited from Object.) |
|
|
GetAssetDerivedItem |
Gets an derived item for the specified Asset item.
|
|
|
GetAssetDerivedItems |
Gets the derived items for the specified Asset Item.
|
|
|
GetAssetFolder |
Gets the AssetFolder object for the specified name.
|
|
|
GetAssetFolderConfiguration |
Gets the AssetFolderConfiguration object for the specified name.
|
|
|
GetAssetFolderConfigurationNode |
Gets the Asset Folder configuration xml for the specified asset folder.
|
|
|
GetAssetFolderNameByRootItem |
Gets the Asset Folder Name for the specified Asset Root Item.
|
|
|
GetAssetItemNumber |
Determines the item number of the corresponding asset item which refers to the specified location.
|
|
|
GetAssetLocation |
Gets the Asset location for the specified item.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetSourceLocation |
Gets the Asset source location for the specified item. If source location is not available or empty, the Asset location is returned.
|
|
|
GetType | (Inherited from Object.) |
|
|
IsAssetContentType | Overloaded. |
|
|
IsAssetItemReference |
Determines if the specified location refers to an Asset Item.
|
|
|
IsDeleteAllowed |
Gets whether or not the AssetFolder configuration for the specified item allows deletion of items.
|
|
|
IsFileTypeAllowed |
Checks whether or not the filetype (file-extension of the specified path) is allowed for the specified Asset Folder configuration.
|
|
|
ResolveUrl | Overloaded. |
|
|
ToString | (Inherited from Object.) |
|
|
UpdateAssetItemFromXml |
Updates an asset item with the information found within the xml.
The xml data is checked for a (new) file upload and/or a change within the selected asset folder, and the asset item is updated accordingly.
|
|
|
UpdateItem | Overloaded. |
|
|
ValidateFile |
Validates the specified file against the supported file-types and check the file-size limit (if any).
|
Protected Methods
| Name | Description | |
|---|---|---|
|
|
Finalize | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
Public Fields
Public Properties
| Name | Description | |
|---|---|---|
|
|
Enabled |
Gets whether or not AssetFolders has been enabled/configured.
|
|
|
ItemInfoAdditionalFields |
Gets the additional fields used to enrich ItemInfo.
|
See Also
Smartsite.Core.Assets Namespace