SharedResourceVisibility Property
The visibility of the shared resource.
Syntax
char* GetSharedResourceVisibility(int iSharedResourceIndex);
Default Value
""
Remarks
The visibility of the shared resource. This indicates who has access to use the SharedResourceLink to access the resource. Possible values are:
"public" | Anyone who has the link can access the resource. This is most common. |
"team_only" | Only members of the same team can access the resource. |
"password" | A link-specific password is required to access the resource. |
"team_and_password" | Only members of the same team who also have a link-specific password can access the resource. |
"shared_folder_only" | Only members of the shared folder can access the resource. |
The size of the array is controlled by the SharedResourceCount property.
This property is read-only and not available at design time.
Data Type
String