SharedResourcePassword Property
The password to protect the resource.
Object Oriented Interface
public function getSharedResourcePassword(); public function setSharedResourcePassword($value);
Procedural Interface
incloudstorage_box_get($res, 66 ); incloudstorage_box_set($res, 66, $value );
Default Value
''
Remarks
The password to protect the resource. If set, a password must be provided by other users when accessing the resource specific by the link. If unspecified no password is required to use the link.
Data Type
String