IPublishingTargetPublishFolder Property
|
Gets/sets the full physical path of the folder to which content is published.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string PublishFolder { get; set; }
Property PublishFolder As String
Get
Set
property String^ PublishFolder {
String^ get ();
void set (String^ value);
}
abstract PublishFolder : string with get, set
Property Value
Type:
StringExceptions Exception | Condition |
---|
ArgumentException | When sets to a null or an empty value, or the value of path is not under the pub folder. |
See Also