ResourceManagementClientGetResource Method (UniqueIdentifier, CultureInfo, Boolean) |
Gets a resource from the resource management service, retrieving all attributes for the resource
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic ResourceObject GetResource(
UniqueIdentifier id,
CultureInfo locale,
bool getPermissionHints
)
Public Function GetResource (
id As UniqueIdentifier,
locale As CultureInfo,
getPermissionHints As Boolean
) As ResourceObject
public:
ResourceObject^ GetResource(
UniqueIdentifier^ id,
CultureInfo^ locale,
bool getPermissionHints
)
Parameters
- id
- Type: UniqueIdentifier
The ID of the resource to get - locale
- Type: System.GlobalizationCultureInfo
The culture to use to request a localized version of the object - getPermissionHints
- Type: SystemBoolean
Gets the permission hints for each attribute of the resource
Return Value
Type:
ResourceObjectThe resource represented by the specified ID
See Also