ItemMetaAllowSearchIndexing Property |
Gets or sets a value indicating if the item can be indexed by the system's search indexer. Used only by the page module.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool AllowSearchIndexing { get; set; }
Public Property AllowSearchIndexing As Boolean
Get
Set
public:
property bool AllowSearchIndexing {
bool get ();
void set (bool value);
}
member AllowSearchIndexing : bool with get, set
Property Value
Type:
Boolean
See Also