IStructuredUrlSettingsIncludeComponentsInUrl Property
|
Gets/sets whether to include names of the ancestors that are components in a page's URL.
If true, names of comonents 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 IncludeComponentsInUrl { get; set; }
Property IncludeComponentsInUrl As Boolean
Get
Set
property bool IncludeComponentsInUrl {
bool get ();
void set (bool value);
}
abstract IncludeComponentsInUrl : bool with get, set
Property Value
Type:
BooleanRemarks As with the IncludeFoldersInUrl property, including components in the URL is neither right nor wrong; it's simply a matter of preference.
See Also