CascadeType Enumeration (MetadataService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
The CascadeType enumeration type describes the type of cascading for an attribute.
Syntax
[Visual Basic .NET] Public Enum CascadeType
[C#] public enum CascadeType
Members
| Name | Value | Description |
| Active | 2 | Specifies to perform the action on the specified entity instance and all related entity instances that are active or open. |
| Cascade | 1 | Specifies to perform the action on the specified entity instance and all related entity instances. |
| NoCascade | 0 | Specifies to perform the action on the specified entity instance only. Do not cascade to related entity instances. |
| RemoveLink | 4 | Specifies to perform the action on the specified entity instance and remove the link to the related entity instance. No changes are made to the related entity instance. |
| Restrict | 5 | Content coming soon. |
| UserOwned | 3 | Specifies to perform the action on the specified entity instance and all related entity instances that are owned by the same user as this entity. |
Requirements
Web service: MetadataService
See Also
Concepts
Reference
© 2010 Microsoft Corporation. All rights reserved.
