The Security Field is a special field in Relativity Views. When you request its value, the value is returned as an instance of SecurityFieldValue indicating if the returned object has its individual security overridden and if the querying user has permission to modify this objects security
Inheritance Hierarchy
Relativity.Services.Field.SecurityFieldValue
Namespace: Relativity.Services.Field
Assembly: Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The SecurityFieldValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SecurityFieldValue | Initializes a new instance of the SecurityFieldValue class |
Properties
Name | Description | |
---|---|---|
![]() | OverwriteInheritedSecurity |
When true, the current RelativityObject has inherited security. When false, it has security that has been overridden
|
![]() | UserCanEditSecurity |
When true, the current user has permissions to edit the security of the current object. Otherwise false
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also