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 Code |
---|---|
public class AssetItem |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class AssetItem |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
ActionName |
Gets the action name, which generated this Asset Item (when applicable).
|
|
AssetFolderConfiguration |
Gets the Asset Folder configuration.
|
|
AssetName |
Gets the Asset Name.
|
|
AssetPath |
Gets the Asset Path.
|
|
ContentType |
Gets the ContentType.
|
|
CustomFileName |
Gets or sets the custom filename.
|
|
Extension |
Gets the extension.
|
|
FullPath |
Gets the Full Path.
|
|
IsDerived |
Gets an indication whether or not this Asset Item is a derived item (e.g. thumbnail image).
|
|
ItemNumber |
Gets the item number.
|
|
MetaData |
Gets the metadata.
|
|
ModDate |
Gets the modification date.
|
|
ParentMetaData |
Gets or sets the metadata of the parent item (only applicable for derived items).
|
|
Title |
Gets the Title.
|
See Also
Smartsite.Core.Assets Namespace