Class ObjectAuditRule
Inheritance
System.Object
ObjectAuditRule
Assembly: IronZip.dll
Syntax
public abstract class ObjectAuditRule : AuditRule
Constructors
ObjectAuditRule(IdentityReference, Int32, Boolean, InheritanceFlags, PropagationFlags, Guid, Guid, AuditFlags)
Declaration
protected ObjectAuditRule(IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, Guid objectType, Guid inheritedObjectType, AuditFlags auditFlags)
Parameters
Properties
InheritedObjectType
Declaration
public Guid InheritedObjectType { get; }
Property Value
| Type |
Description |
| System.Guid |
|
ObjectFlags
Declaration
public ObjectAceFlags ObjectFlags { get; }
Property Value
ObjectType
Declaration
public Guid ObjectType { get; }
Property Value
| Type |
Description |
| System.Guid |
|