GetMetadata Method
Retrieves metadata for the file.
Syntax
[VB.NET] Public Sub GetMetadata()
[C#] public void GetMetadata();
Remarks
This method retrieves metadata for the file specified by ResourceId. After calling this method MetadataFields will be populated with the metadata information.
NOTE: This method has a corresponding asynchronous version (GetMetadataAsync) for use in the Xamarin environment.