IPublishingTarget Properties |
The IPublishingTarget type exposes the following members.
| Name | Description | |
|---|---|---|
| Created |
Gets the entity's creation date.
(Inherited from IEntity.) | |
| CreationUser |
Gets the ID of the User who created this entity.
(Inherited from IEntity.) | |
| EnableDynamicPublishing | Obsolete.
Gets/sets whether Dynamic Publishing is enabled for this Publishing Target.
| |
| 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.
| |
| ExcludedFiles |
Gets/sets the asset files that will be excluded during publish.
| |
| ExcludeLingualMaps |
Gets/sets whether to exclude lingual maps, during publishing and preview
| |
| ExternalPreviewUrl |
Gets/sets the URL for previewing Pages with this Publishing Target on the Ingeniux CMS user interface.
| |
| GlobalContentRoot | ||
| IceFieldMarkupUpdateUrl |
Gets/sets the URL for providing markup feedback upon updating a Page's Element value,
via In-Context Editing or Page Builder.
| |
| LastAssetPublishDate |
Gets the time when this publishing target last performed an asset only publish.
The property returns null if this publishing target never published assets only.
| |
| LastModified |
Gets the date when the entity was most recently modified.
(Inherited from IEntity.) | |
| LastModifiedUser |
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.) | |
| LastPublishDate |
Gets the time when this publishing target last performed a publish.
The property returns null if this publishing target never published.
| |
| Manager |
Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager.) | |
| MVCRenderingForMFO |
Gets/sets whether to support MVC rendering in MFO publishing
| |
| Name |
Gets and sets the entity's name.
(Inherited from IEntity.) | |
| PresentationFormatter |
Gets/sets the full class name of the formatter for presentations formatting on this Publishing Target.
| |
| Profile |
Gets/sets the Publishing Profile to which this Publishing Target belongs.
| |
| PublishFolder |
Gets/sets the full physical path of the folder to which content is published.
| |
| PublishingSystemSecurity |
Gets/sets the security settings for this publishing target.
| |
| RelativePublishFolder |
Gets the name of the folder to which content is published. It is located under the pub folder.
| |
| 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.
| |
| Session |
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.) | |
| SessionId |
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.) | |
| 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.
| |
| SURLSettings |
Gets/sets the structured URL settings for this publishing target.
| |
| 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.
| |
| UseExternalPreviewUrl | Obsolete.
Gets/sets whether the Publishing Target uses an external preview URL.
| |
| 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.
|