I have the resource ID but need the resource name, how can I obtain the resource name?
Summary
5324
To obtain the name of a resource using the resource ID, you would use of the GetResourceName
method which is in the ResourceManager
class.
This returns the resource name when a valid ID is passed in.
Keywords: Resource, Name, ID, how, obtain, retrieve,