Click or drag to resize

IPublishingTarget Properties


The IPublishingTarget type exposes the following members.

Properties
  NameDescription
Public propertyArchived
Gets the archived value of this entity
(Inherited from IEntity.)
Public propertyCreated
Gets the entity's creation date.
(Inherited from IEntity.)
Public propertyCreationUser
Gets the ID of the User who created this entity.
(Inherited from IEntity.)
Public propertyEnableDynamicPublishing Obsolete.
Gets/sets whether Dynamic Publishing is enabled for this Publishing Target.
Public propertyExcludedDirectories
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 propertyExcludedFiles
Gets/sets the asset files that will be excluded during publish.
Public propertyExcludeLingualMaps
Gets/sets whether to exclude lingual maps, during publishing and preview
Public propertyExternalPreviewUrl
Gets/sets the URL for previewing Pages with this Publishing Target on the Ingeniux CMS user interface.
Public propertyGlobalContentRoot
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 propertyIceFieldMarkupUpdateUrl
Gets/sets the URL for providing markup feedback upon updating a Page's Element value, via In-Context Editing or Page Builder.
Public propertyLastAssetPublishDate
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.
Public propertyLastModified
Gets the date when the entity was most recently modified.
(Inherited from IEntity.)
Public propertyLastModifiedUser
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.)
Public propertyLastPublishDate
Gets the time when this publishing target last performed a publish. The property returns null if this publishing target never published.
Public propertyManager
Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager.)
Public propertyMVCRenderingForMFO
Gets/sets whether to support MVC rendering in MFO publishing
Public propertyName
Gets and sets the entity's name.
(Inherited from IEntity.)
Public propertyPresentationFormatter
Gets/sets the full class name of the formatter for presentations formatting on this Publishing Target.
Public propertyProfile
Gets/sets the Publishing Profile to which this Publishing Target belongs.
Public propertyPublishFolder
Gets/sets the full physical path of the folder to which content is published.
Public propertyPublishingSystemSecurity
Gets/sets the security settings for this publishing target.
Public propertyRelativePublishFolder
Gets the name of the folder to which content is published. It is located under the pub folder.
Public propertyRootPage
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 propertySession
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.)
Public propertySessionId
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.)
Public propertySiteSearchString
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 propertySURLSettings
Gets/sets the structured URL settings for this publishing target.
Public propertyTransform
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 propertyUseExternalPreviewUrl Obsolete.
Gets/sets whether the Publishing Target uses an external preview URL.
Public propertyUserAgentSearchString
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