|
|
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 AssetItem
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class AssetItem
|
|
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
Finalize | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
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