IPublishingTarget Properties Ingeniux CMS Content Store API

The IPublishingTarget type exposes the following members.

Properties

  Name Description
Public property Created
Gets the entity's creation date.
(Inherited from IEntity.)
Public property CreationUser
Gets the ID of the User who created this entity.
(Inherited from IEntity.)
Public property EnableDynamicPublishing Obsolete.
Gets/sets whether Dynamic Publishing is enabled for this Publishing Target.
Public property ExcludedDirectories
Gets/sets the asset directories that will be excluded during publish. Any files in these directories will not be copied to the target location.
Public property ExcludedFiles
Gets/sets the asset files that will be excluded during publish.
Public property ExcludeLingualMaps
Gets/sets whether to exclude lingual maps, during publishing and preview
Public property ExternalPreviewUrl
Gets/sets the URL for previewing Pages with this Publishing Target on the Ingeniux CMS user interface.
Public property GlobalContentRoot
Get and sets the root Location that contains all the components that also needs to be published. This setting is only effective when the global content root is not under the Root Page.
Public property IceFieldMarkupUpdateUrl
Gets/sets the URL for providing markup feedback upon updating a Page's Element value, via In-Context Editing or Page Builder.
Public property LastModified
Gets the date when the entity was most recently modified.
(Inherited from IEntity.)
Public property LastModifiedUser
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.)
Public property LastPublishDate
Gets the time when this publishing target last performed a publish. The property returns null if this publishing target never published.
Public property Name
Gets and sets the entity's name.
(Inherited from IEntity.)
Public property PresentationFormatter
Gets/sets the full class name of the formatter for presentations formatting on this Publishing Target.
Public property Profile
Gets/sets the Publishing Profile to which this Publishing Target belongs.
Public property PublishFolder
Gets/sets the full physical path of the folder to which content is published.
Public property PublishingSystemSecurity
Gets/sets the security settings for this publishing target.
Public property RelativePublishFolder
Gets the name of the folder to which content is published. It is located under the pub folder.
Public property RootPage
Gets/sets the root Page for this target. Pages (not components) must be under this root page in order to be marked for publish. Only marked-for-publish pages under this page will be published.
Public property Session
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.)
Public property SessionId
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.)
Public property SiteSearchString
Gets/sets the search string for site branding. This setting only applies when theTransform property is true, since transforms on publishes behave very similarly to a browser request on a page at runtime.
Public property SURLSettings
Gets/sets the structured URL settings for this publishing target.
Public property Transform
Gets/sets whether to fully expand the Pages and apply XSLT style sheets during publishing. Set this property to true for publishing to non–Dynamic Site Server content locations.
Public property UseExternalPreviewUrl Obsolete.
Gets/sets whether the Publishing Target uses an external preview URL.
Public property UserAgentSearchString
Gets/sets the search string for the User Agent. This setting only applies when the Transform property is true, transforms on publishes behave very similarly to a browser request on a page at runtime.
Top
See Also

Reference