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
                          namespace Smartsite.Core.Assets
Visual Basic (Declaration) Copy imageCopy Code
                          Namespace Smartsite.Core.Assets

Classes

  Class Description
Public class Action
Defines an action.
Public class AssetFolder
Contains configuration for a single asset folder
Public class AssetFolderConfiguration
Holds the configuration for an Asset Folder.
Public class AssetFolders
Contains the Asset Folders configuration.
Public class AssetItem
Represents an asset item to be created.
Public class GeoLocationAction
Extracts Geo location information (gps latitude and longitude) from the metadata and adds it to the Cms item.
Public class GetValueAction
This action extracts a field from the metadata and adds it to the CmsItem.
Public class ImageServerAction
Executes an Image server action (transformation).
Public class MetadataExtraction
Holds the configuration for an Metadata Extraction implementation object.
Public class SynchronizeAssetFolders
Synchronize Asset Folders scheduled job.

Interfaces

  Interface Description
Public interface IAssetAction
Interface for Asset actions.

Enumerations

  Enumeration Description
Public enumeration ActionType
Action type enumeration.
Public enumeration AssetFolderType
Asset Folder Type enumeration
Public enumeration FileValidationResult
File Validation Result enumeration.
Advanced