Click or drag to resize

IAssetPathHistoryEntry Interface


Represents an Asset Path History Entry

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IAssetPathHistoryEntry : IPathHistoryEntry

The IAssetPathHistoryEntry type exposes the following members.

Properties
 NameDescription
Public propertyHistoryType Gets and sets what Type of historical entry this is.
(Inherited from IPathHistoryEntry)
Public propertyPath Gets and sets the Content Item's relative path, which always starts with "/".
(Inherited from IPathHistoryEntry)
Top
See Also