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

The type exposes the following methods.

Public Methods

  Name Description
Public method CreateItem Overloaded.
Public method CreateMultipleItems
Creates multiple asset items from urls specified within the xml data.
Public method CreateMultipleItemsAsync
Creates multiple asset items from urls specified within the xml data (asynchronous).
Public method Delete
Deletes the files which are referenced by specified Asset items.
Public method DeleteDerivedItems
Deletes the derived items/files for a specific asset item.
Public method Equals (Inherited from Object.)
Public method GetAssetDerivedItem
Gets an derived item for the specified Asset item.
Public method GetAssetDerivedItems
Gets the derived items for the specified Asset Item.
Public method GetAssetFolder
Gets the AssetFolder object for the specified name.
Public method GetAssetFolderConfiguration
Gets the AssetFolderConfiguration object for the specified name.
Public method GetAssetFolderConfigurationNode
Gets the Asset Folder configuration xml for the specified asset folder.
Public method GetAssetFolderNameByRootItem
Gets the Asset Folder Name for the specified Asset Root Item.
Public method GetAssetItemNumber
Determines the item number of the corresponding asset item which refers to the specified location.
Public method GetAssetLocation
Gets the Asset location for the specified item.
Public method GetHashCode (Inherited from Object.)
Public method GetSourceLocation
Gets the Asset source location for the specified item. If source location is not available or empty, the Asset location is returned.
Public method GetType (Inherited from Object.)
Public method IsAssetContentType Overloaded.
Public method IsAssetItemReference
Determines if the specified location refers to an Asset Item.
Public method IsDeleteAllowed
Gets whether or not the AssetFolder configuration for the specified item allows deletion of items.
Public method IsFileTypeAllowed
Checks whether or not the filetype (file-extension of the specified path) is allowed for the specified Asset Folder configuration.
Public method ResolveUrl Overloaded.
Public method ToString (Inherited from Object.)
Public method 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.
Public method UpdateItem Overloaded.
Public method ValidateFile
Validates the specified file against the supported file-types and check the file-size limit (if any).

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced