SharedResourceAccess Property
This property specifies the type of access granted to a shared link.
Syntax
__property TicsBoxSharedResourceAccess SharedResourceAccess = {read=FSharedResourceAccess, write=FSetSharedResourceAccess};
enum TicsBoxSharedResourceAccess { saDefault=0, saOpen=1, saCompany=2, saCollaborators=3 };
Default Value
0
Remarks
This property specifies the type of access granted to a shared link. The possible values are:
0 (saDefault - default) | The default sharing settings for the account. |
1 (saOpen) | Authorized users may access the link. |
2 (saCompany) | Users within the same company may access the link. |
3 (saCollaborators) | Only collaborators may access the link. |
This property is not available at design time.
Data Type
Integer