IFileSystemServiceSetPrivileges Method (Guid, ICollectionPrivilegeAssignment, PrivilegeInheritanceBehavior) |
Set an entry's access privileges.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax void SetPrivileges(
Guid entryId,
ICollection<PrivilegeAssignment>? privilegeAssignments,
PrivilegeInheritanceBehavior inheritanceBehavior
)
Sub SetPrivileges (
entryId As Guid,
privilegeAssignments As ICollection(Of PrivilegeAssignment),
inheritanceBehavior As PrivilegeInheritanceBehavior
)
void SetPrivileges(
Guid entryId,
ICollection<PrivilegeAssignment^>^ privilegeAssignments,
PrivilegeInheritanceBehavior inheritanceBehavior
)
abstract SetPrivileges :
entryId : Guid *
privilegeAssignments : ICollection<PrivilegeAssignment> *
inheritanceBehavior : PrivilegeInheritanceBehavior -> unit
Parameters
- entryId
- Type: SystemGuid
ID of the entry. - privilegeAssignments
- Type: System.Collections.GenericICollectionPrivilegeAssignment
The collection assignment to apply, or if no there should be no explicit assignments. - inheritanceBehavior
- Type: Dundas.BI.FileSystemPrivilegeInheritanceBehavior
Indicate whether to inherit parent's privilege assignments.
Exceptions See Also