IContentStoreXmlDirectoryPath Property
|
Gets the XML directory path of the ContentStore.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string XmlDirectoryPath { get; }
ReadOnly Property XmlDirectoryPath As String
Get
property String^ XmlDirectoryPath {
String^ get ();
}
abstract XmlDirectoryPath : string with get
Property Value
Type:
StringRemarks XML directory is a place to store assets and published content. It is stored in the App_Data directory for the CMS site.
See Also