Enum EcmSiteRecordRestrictions
Specify restrictions to place on a document or item once it has been declared as a record. Changing this setting will not affect items which have already been declared records.
Namespace: PnP.Framework
Assembly: PnP.Framework.dll
Syntax
public enum EcmSiteRecordRestrictions : int
BlockDelete
Records can be edited but not deleted
BlockEdit
Records cannot be edited or deleted. Any change will require the record declaration to be revoked
None
Records are no more restricted than non-records
Unknown