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 AssetItem
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class AssetItem

The type exposes the following properties.

Public Properties

  Name Description
Public property ActionName
Gets the action name, which generated this Asset Item (when applicable).
Public property AssetFolderConfiguration
Gets the Asset Folder configuration.
Public property AssetName
Gets the Asset Name.
Public property AssetPath
Gets the Asset Path.
Public property ContentType
Gets the ContentType.
Public property CustomFileName
Gets or sets the custom filename.
Public property Extension
Gets the extension.
Public property FullPath
Gets the Full Path.
Public property IsDerived
Gets an indication whether or not this Asset Item is a derived item (e.g. thumbnail image).
Public property ItemNumber
Gets the item number.
Public property MetaData
Gets the metadata.
Public property ModDate
Gets the modification date.
Public property ParentMetaData
Gets or sets the metadata of the parent item (only applicable for derived items).
Public property Title
Gets the Title.

See Also

Advanced