Click or drag to resize

SealSecurityFindRepositorySecurityFolder Method

Returns the SecurityRepositoryFolder applying to a given repository-relative path (normalized, leading separator, no Repository prefix), merging the rights of all matching groups. Folders pointing at or inside the 'Reports' tree are ignored (conflict with the Report Folders configuration). Returns null when no group grants a right.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public SecurityRepositoryFolder FindRepositorySecurityFolder(
	List<SecurityGroup> groups,
	string finalPath
)

Parameters

groups  ListSecurityGroup
 
finalPath  String
 

Return Value

SecurityRepositoryFolder
See Also