Skip to main content

TdxCloudStorageItemPermission.ReadOnly Property

Identifies if the permission provides read-only access to a file or folder.

Declaration

property ReadOnly: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns:

  • True if the access permission allows the associated user to both view and edit a storage resource.

  • False if the access permission allows the associated user only to view the resource.

See Also