Click or drag to resize

FindDocumentationsQueryExecute Method

Namespace:  PDTec.IceNet.Domain.Development.BusinessObjects.Queries
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public FindDocumentationsQueryResult[] Execute(
	bool skipAuthCheck,
	string userName,
	int minAuthLevel,
	int maxResults
)

Parameters

skipAuthCheck
Type: SystemBoolean
userName
Type: SystemString
minAuthLevel
Type: SystemInt32
maxResults
Type: SystemInt32

Return Value

Type: FindDocumentationsQueryResult
See Also