ResourceRestricted Property
Whether the file is restricted.
Object Oriented Interface
public function getResourceRestricted(); public function setResourceRestricted($value);
Procedural Interface
incloudstorage_googledrive_get($res, 72 ); incloudstorage_googledrive_set($res, 72, $value );
Default Value
false
Remarks
This property indicates whether the selected file is restricted. If the file is restricted it is not downloadable by viewers.
This property is not available at design time.
Data Type
Boolean