Click or drag to resize

IPathMapEntry Interface


Represents a Content Item in the collection of path maps.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
public interface IPathMapEntry

The IPathMapEntry type exposes the following members.

Properties
  NameDescription
Public propertyArchived
Gets and sets whether this PathMap entry will be considered when calculating conflicts.
Public propertyContentItemID
Gets the ID of the Content Item to which this entry belongs.
Public propertyPath
Gets and sets this Content Item's relative path, which should always start with "/".
Public propertyPublishingTargetId
Gets and sets the Publishing Target ID for the entry
Public propertyRequireSSL
Gets and sets whether this Content Item requires HTTPS access at runtime.
Public propertySchemaName
Gets the Root Name of the Content Item to which this entry belongs.
Top
See Also