TreeProviderAttachmentSearch Method |
Searches attachment binary data for search expression.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public DataSet AttachmentSearch(
SearchParameters parameters,
List<int> siteIds,
out List<string> highlights
)
Parameters
- parameters
- Type: CMS.SearchSearchParameters
Search parameters - siteIds
- Type: System.Collections.GenericListInt32
Site Ids - highlights
- Type: System.Collections.GenericListString
Contains a list of words to be highlighted when this method returns.
Return Value
Type:
DataSetDataSet with result
Remarks This method allows constraining the search to given
ClassNames.
See Also