IPublishingTargetRelativePublishFolder Property
|
Gets the name of the folder to which content is published. It is located under the pub folder.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string RelativePublishFolder { get; }
ReadOnly Property RelativePublishFolder As String
Get
property String^ RelativePublishFolder {
String^ get ();
}
abstract RelativePublishFolder : string with get
Property Value
Type:
StringRemarks
Note that, as of CMS 9.0, the pub folder is no longer a child of the xml folder, but rather its sibling.
Both are children of the App_Data folder.
See Also