OrganizationServiceContextExtensions.IsComponentCustomizable Method (OrganizationServiceContext, Guid, Int32)

 

Applies To: Dynamics CRM 2015

Determines whether a solution component is customizable. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Messages
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public static bool IsComponentCustomizable(
    this OrganizationServiceContext context,
    Guid componentId,
    int componentType
)
public:
[ExtensionAttribute]
static bool IsComponentCustomizable(
    OrganizationServiceContext^ context,
    Guid componentId,
    int componentType
)
static member IsComponentCustomizable : 
        context:OrganizationServiceContext *
        componentId:Guid *
        componentType:int -> bool
<ExtensionAttribute>
Public Shared Function IsComponentCustomizable (
    context As OrganizationServiceContext,
    componentId As Guid,
    componentType As Integer
) As Boolean

Parameters

Return Value

Type: System.Boolean

Returns Boolean.

Remarks

This is a method wrapper for the IsComponentCustomizableRequest and IsComponentCustomizableResponse 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