Cloud Storage Integrator 2016 PHP Edition
Cloud Storage Integrator 2016 PHP Edition
Questions / Feedback?

SharedResourceAccess Property

This property specifies the type of access granted to a shared link.

Object Oriented Interface

public function getSharedResourceAccess();
public function setSharedResourceAccess($value);

Procedural Interface

incloudstorage_box_get($res, 62 );
incloudstorage_box_set($res, 62, $value );

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

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 PHP Edition - Version 16.0 [Build 7239]