EditingDenialReasons

This data type contains values that indicate reasons why an editing action cannot take place. Use these constants with the ApplicationMgr.BeginEdit and ApplicationMgr.CanEdit events.

  • EditingDenialReason_IsExecuting –(Value: 0x4) Editing is blocked because the file to edit is executing.
  • EditingDenialReason_IsLocked –(Value: 0x8) Editing is blocked because the file to edit is locked.
  • EditingDenialReason_IsNotEditor –(Value: 0x2) Editing is blocked because the value of the ApplicationMgr.IsEditor property is False .
  • EditingDenialReason_IsReadOnly –(Value: 0x1) Editing is blocked because the file to edit is read-only.
  • EditingDenialReason_NoFileEditingPrivilege –(Value: 0x10) Editing is blocked because the current user does not have privileges to edit the file.

See Also

ApplicationMgr.BeginEdit

ApplicationMgr.CanEdit

ApplicationMgr.IsEditor