ResourceParentId Property
The Id of the parent resource.
Syntax
__property String ResourceParentId = {read=FResourceParentId, write=FSetResourceParentId};
Default Value
""
Remarks
This property holds the Id of the current resource's parent.
This may be set to the Id of a folder before calling ListResources or UploadFile to list or upload to a specific folder.
If both ResourceParentPath and ResourceParentId are unspecified the drive root is assumed.
This is populated after calling ListResources and ResourceIndex is set.
This property is not available at design time.
Data Type
String