ResourceId Property
The unique identifier of the resource.
Object Oriented Interface
public function getResourceId(); public function setResourceId($value);
Procedural Interface
incloudstorage_onedrive_get($res, 45 ); incloudstorage_onedrive_set($res, 45, $value );
Default Value
''
Remarks
This property holds the unique Id of the specified resource. This is populated when ResourceIndex is set.
ResourceId or ResourcePath may be set to specify the resource before calling any of the following methods. If both are specified ResourceId takes precedence.
This property is not available at design time.
Data Type
String