EntitySource Enum
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.
Describes which members of a bulk operation to retrieve.
public enum class EntitySource
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public enum EntitySource
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type EntitySource =
Public Enum EntitySource
- Inheritance
-
EntitySource
- Attributes
Fields
Name | Value | Description |
---|---|---|
Account | 0 | Retrieve account entities. Value = 0. |
Contact | 1 | Retrieve contact entities. Value = 1. |
Lead | 2 | Retrieve lead entities. Value = 2. |
All | 3 | Retrieve all entities. Value = 3. |
Remarks
This enumeration is used for the EntitySource property.