Click or drag to resize

SecurityGroupRepositoryFolders Property

DANGER ZONE: The repository folder configurations for this group. Unlike Report Folders, these can publish ANY folder located under the repository root (Views, Sources, Settings, Security...), outside the 'Reports' tree. By default, repository folders have no right.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public List<SecurityRepositoryFolder> RepositoryFolders { get; set; }

Property Value

ListSecurityRepositoryFolder
See Also