ISearchAssetsConfigLocations Property
|
Gets/sets the document locations to search.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxList<ISearchDocumentLocation> Locations { get; set; }Property Locations As List(Of ISearchDocumentLocation)
Get
Set
property List<ISearchDocumentLocation^>^ Locations {
List<ISearchDocumentLocation^>^ get ();
void set (List<ISearchDocumentLocation^>^ value);
}abstract Locations : List<ISearchDocumentLocation> with get, set
Property Value
ListISearchDocumentLocation
See Also