Click or drag to resize

FindAuthorizedChildFolderInfoQueryExecute Method

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

Parameters

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

Return Value

Type: FindChildFolderInfoQueryResult
See Also