FieldPermissionType Class

Definition

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.

Applies to