FieldPermissionType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the possible field permission types.
public ref class FieldPermissionType abstract sealed
public static class FieldPermissionType
type FieldPermissionType = class
Public Class FieldPermissionType
- Inheritance
-
FieldPermissionType
Remarks
These values are used to set the FieldPermission.CanCreate
, CanRead
and CanUpdate
attributes.
Corresponds to the values of the A Yes or No Boolean (field_security_permission_type) global option set.
Fields
Allowed |
The action is allowed. Value = 4. |
NotAllowed |
The action is not allowed. Value = 0. |
Methods
Validate(Int32) |
Validates the field permission value. |
Validate(Int32, String) |