CrmServiceClient.GetAllEntityMetadata Method (Boolean, EntityFilters)
Applies To: Dynamics CRM 2015
Returns a list of entities with basic data from CRM
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public List<EntityMetadata> GetAllEntityMetadata(
bool onlyPublished = true,
EntityFilters filter = EntityFilters.Entity
)
public:
List<EntityMetadata^>^ GetAllEntityMetadata(
bool onlyPublished = true,
EntityFilters filter = EntityFilters::Entity
)
member GetAllEntityMetadata :
onlyPublished:bool = true *
filter:EntityFilters = EntityFilters.Entity -> List<EntityMetadata>
Public Function GetAllEntityMetadata (
onlyPublished As Boolean,
filter As EntityFilters
) As List(Of EntityMetadata)
Parameters
onlyPublished
Type: System.Booleandefaults to true, will only return published information
filter
Type: Microsoft.Xrm.Sdk.Metadata.EntityFiltersEntityFilter to apply to this request, note that filters other then Default will consume more time.
Return Value
Type: System.Collections.Generic.List<EntityMetadata>
See Also
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright