Enum AttachmentPermissionType

AttachmentPermissionType enumeration

The permission type data associated with a web reference attachment.

public enum AttachmentPermissionType

Values

NameValueDescription
None0User has no permissions to share.
RecipientsCanView1User can only read the web reference attachment.
RecipientsCanEdit2User can edit the web reference attachment.
AnyoneCanView3Anyone can only read the web reference attachment.
AnyoneCanEdit4Anyone can edit the web reference attachment.
OrganizationCanView5Only users belonging to the same organization can only read the web reference attachment.
OrganizationCanEdit6Only users belonging to the same organization can edit the web reference attachment.

See Also