Click or drag to resize

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.5.94
Syntax
string PublishFolder { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
ArgumentExceptionWhen sets to a null or an empty value, or the value of path is not under the pub folder.
See Also