Share via


CascadeOps Class

The CascadeOps class contains flags to support cascading operations. Please note that although the APIs may accept any value, these are the valid values.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

System.Object
   CascadeOps

[Visual Basic .NET]
Public Class CascadeOps
   Inherits System.Object
[C#]
public class CascadeOps: System.Object
[C++]
public __gc class CascadeOps: public System.Object

The CascadeOps class exposes the following integer fields.

Field Value Description
CASCADE_DEEP_ALL 0x00000002 Applies the operation through the entire hierarchy.
CASCADE_NONE 0x00000000 Do not cascade the operation.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.