Get a ResourceContentDescriptor

The following example shows the definition of the ResourceManager.getResourceContentDescriptor method.

ResourceManager.getResourceContentDescriptor(ResourceContentKey key);

The ResourceManager.getResourceContentDescriptor method gets the ResourceContentDescriptor associated with the passed in ResourceContentKey. A ResourceContentKey can represent a generalized resource or NetworkResource, but not a Realm. Since the current API typically uses descriptors instead of keys, this method can be used to obtain a descriptor if you currently only have a key for the Resource.