PropagationOwnershipOptions Enum

Definition

Contains the possible values for propagation ownership options.

public enum class PropagationOwnershipOptions
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1717:OnlyFlagsEnumsShouldHavePluralNames", Justification="Consistent with SDK signature.", MessageId="")]
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public enum PropagationOwnershipOptions
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1717:OnlyFlagsEnumsShouldHavePluralNames", Justification="Consistent with SDK signature.", MessageId="")>]
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type PropagationOwnershipOptions = 
Public Enum PropagationOwnershipOptions
Inheritance
PropagationOwnershipOptions
Attributes

Fields

Caller 1

All created activities are assigned to the caller of the API. Value = 1.

ListMemberOwner 2

Created activities are assigned to respective owners of target members. Value = 2.

None 0

There is no change in ownership for the created activities. Value = 0.

Remarks

For the Web API use the PropagationOwnershipOptions enum type.

Used for the OwnershipOptions, OwnershipOptions, and OwnershipOptions properties.

Applies to

See also