GetResourceInfo Method
Gets information about the specified resource.
Syntax
[VB.NET] Public Sub GetResourceInfo()
[C#] public void GetResourceInfo();
Remarks
This method retrieves information about the resource specified by ResourcePath.
After calling this method the following resource properties are populated:
- ResourceCount
- ResourceId
- ResourceMarker
- ResourceModifiedDate
- ResourceName
- ResourcePath
- ResourceRevision
- ResourceType
If the ResourceType is 1 (rtFolder) only the following properties are applicable:
NOTE: This method has a corresponding asynchronous version (GetResourceInfoAsync) for use in the Xamarin environment.