CrmServiceClient.GetAllEntityMetadata(Boolean, EntityFilters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of entities with basic data from CRM
public System.Collections.Generic.List<Microsoft.Xrm.Sdk.Metadata.EntityMetadata> GetAllEntityMetadata (bool onlyPublished = true, Microsoft.Xrm.Sdk.Metadata.EntityFilters filter = Microsoft.Xrm.Sdk.Metadata.EntityFilters.Default);
member this.GetAllEntityMetadata : bool * Microsoft.Xrm.Sdk.Metadata.EntityFilters -> System.Collections.Generic.List<Microsoft.Xrm.Sdk.Metadata.EntityMetadata>
Public Function GetAllEntityMetadata (Optional onlyPublished As Boolean = true, Optional filter As EntityFilters = Microsoft.Xrm.Sdk.Metadata.EntityFilters.Default) As List(Of EntityMetadata)
Parameters
- onlyPublished
- Boolean
defaults to true, will only return published information
- filter
- EntityFilters
EntityFilter to apply to this request, note that filters other then Default will consume more time.