Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

SharedResourceVisibility Property

The visibility of the shared resource.

Syntax

__property String SharedResourceVisibility[int SharedResourceIndex] = {read=FSharedResourceVisibility, write=FSetSharedResourceVisibility};

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

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0