Click or drag to resize

ResourceManagementClientGetResource Method

Overload List
  NameDescription
Public methodCode exampleGetResource(UniqueIdentifier)
Gets a resource from the resource management service, retrieving all attributes for the resource
Public methodCode exampleGetResource(Guid)
Gets a resource from the resource management service, retrieving all attributes for the resource
Public methodCode exampleGetResource(String)
Gets a resource from the resource management service, retrieving all attributes for the resource
Public methodCode exampleGetResource(UniqueIdentifier, Boolean)
Gets a resource from the resource management service, retrieving all attributes for the resource
Public methodCode exampleGetResource(UniqueIdentifier, IEnumerableString)
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
Public methodGetResource(UniqueIdentifier, CultureInfo)
Gets a resource from the resource management service, retrieving all attributes for the resource
Public methodCode exampleGetResource(Guid, IEnumerableString)
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
Public methodGetResource(Guid, CultureInfo)
Gets a resource from the resource management service, retrieving all attributes for the resource
Public methodCode exampleGetResource(String, Boolean)
Gets a resource from the resource management service, retrieving all attributes for the resource
Public methodCode exampleGetResource(String, IEnumerableString)
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
Public methodGetResource(String, CultureInfo)
Gets a resource from the resource management service, retrieving all attributes for the resource
Public methodCode exampleGetResource(UniqueIdentifier, IEnumerableString, Boolean)
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
Public methodCode exampleGetResource(UniqueIdentifier, IEnumerableString, CultureInfo)
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
Public methodGetResource(UniqueIdentifier, CultureInfo, Boolean)
Gets a resource from the resource management service, retrieving all attributes for the resource
Public methodGetResource(Guid, IEnumerableString, CultureInfo)
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
Public methodCode exampleGetResource(String, IEnumerableString, Boolean)
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
Public methodGetResource(String, IEnumerableString, CultureInfo)
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
Public methodGetResource(String, CultureInfo, Boolean)
Gets a resource from the resource management service, retrieving all attributes for the resource
Public methodCode exampleGetResource(UniqueIdentifier, IEnumerableString, CultureInfo, Boolean)
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
Public methodGetResource(String, IEnumerableString, CultureInfo, Boolean)
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
Top
See Also