Click or drag to resize
TreeProviderAttachmentSearch Method
Searches attachment binary data for search expression.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
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: DataSet
DataSet with result
Remarks
This method allows constraining the search to given ClassNames.
See Also