ResourcePath Property
The full path to the specified resource.
Object Oriented Interface
public function getResourcePath(); public function setResourcePath($value);
Procedural Interface
incloudstorage_onedrive_get($res, 53 ); incloudstorage_onedrive_set($res, 53, $value );
Default Value
''
Remarks
This property holds the full path to 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