ResourceParentId Property
The Id of the parent resource.
Syntax
[VB.NET] Public Property ResourceParentId As String
[C#] public string ResourceParentId {get; set;}
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.
Default Value
""