CacheItemCategory Enumeration
Applies To: Dynamics CRM 2015
The category of the cache item. (Developer Extensions)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Xrm.Client.Services.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[FlagsAttribute]
public enum CacheItemCategory
[FlagsAttribute]
public enum class CacheItemCategory
[<FlagsAttribute>]
type CacheItemCategory
<FlagsAttribute>
Public Enumeration CacheItemCategory
Members
Member name | Description | |
---|---|---|
All | Value = 3. |
|
Content | Value = 2. |
|
Metadata | Value = 1. |
|
None | Value = 0. |
|
SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
See Also
Microsoft.Xrm.Client.Services.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright