This topic has not yet been rated - Rate this topic

CascadeType Enumeration (MetadataService)

banner art

[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

NameValueDescription
Active2Specifies to perform the action on the specified entity instance and all related entity instances that are active or open.
Cascade1Specifies to perform the action on the specified entity instance and all related entity instances.
NoCascade0Specifies to perform the action on the specified entity instance only. Do not cascade to related entity instances.
RemoveLink4Specifies 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.
Restrict5Content coming soon.
UserOwned3Specifies 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.


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.