IPublishingTargetEnableDynamicPublishing Property
|
Note: This API is now obsolete.
Gets/sets whether Dynamic Publishing is enabled for this Publishing Target.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax [ObsoleteAttribute("Since version 9.0, this property is no longer relavent.")]
bool EnableDynamicPublishing { get; set; }
<ObsoleteAttribute("Since version 9.0, this property is no longer relavent.")>
Property EnableDynamicPublishing As Boolean
Get
Set
[ObsoleteAttribute(L"Since version 9.0, this property is no longer relavent.")]
property bool EnableDynamicPublishing {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("Since version 9.0, this property is no longer relavent.")>]
abstract EnableDynamicPublishing : bool with get, set
Property Value
Type:
BooleanSee Also