OrganizationServiceContextExtensions.RetrieveLocLabels Method (OrganizationServiceContext, EntityReference, String, Boolean)
Applies To: Dynamics CRM 2015
Retrieves the localized labels for the specified attribute. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static Label RetrieveLocLabels(
this OrganizationServiceContext context,
EntityReference entityMoniker,
string attributeName,
bool includeUnpublished
)
public:
[ExtensionAttribute]
static Label^ RetrieveLocLabels(
OrganizationServiceContext^ context,
EntityReference^ entityMoniker,
String^ attributeName,
bool includeUnpublished
)
static member RetrieveLocLabels :
context:OrganizationServiceContext *
entityMoniker:EntityReference *
attributeName:string *
includeUnpublished:bool -> Label
<ExtensionAttribute>
Public Shared Function RetrieveLocLabels (
context As OrganizationServiceContext,
entityMoniker As EntityReference,
attributeName As String,
includeUnpublished As Boolean
) As Label
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- entityMoniker
Type: Microsoft.Xrm.Sdk.EntityReference
- attributeName
Type: System.String
- includeUnpublished
Type: System.Boolean
Return Value
Type: Microsoft.Xrm.Sdk.Label
Returns Label.
Remarks
This is a method wrapper for the RetrieveLocLabelsRequest and RetrieveLocLabelsResponse classes. See the documentation in the Request class for more information about this message.
See Also
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright