Click or drag to resize
FindAuthorizedChildFolderInfoQueryExecute Method

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

Parameters

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

Return Value

Type: FindChildFolderInfoQueryResult
See Also