IStructuredUrlSettingsIncludeFoldersInUrl Property
|
Gets/sets whether to include names of the ancestors that are folders in a page's URL.
If true, names of folders will be included. If false, they won't be.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool IncludeFoldersInUrl { get; set; }
Property IncludeFoldersInUrl As Boolean
Get
Set
property bool IncludeFoldersInUrl {
bool get ();
void set (bool value);
}
abstract IncludeFoldersInUrl : bool with get, set
Property Value
Type:
BooleanRemarks Including folders in the URL is neither right nor wrong; it's simply a matter of preference.
See Also