HierarchyParentCriteria.ChildIdsByOldParentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the ids of the children, grouped by their old parent id, to be moved to the new parent. For many-to-many hierarchy levels, where a child may have many parents, the parent id is used to disambiguate which relationship is to be changed.
public:
property System::Collections::Generic::Dictionary<Guid, System::Collections::ObjectModel::Collection<Guid> ^> ^ ChildIdsByOldParentId { System::Collections::Generic::Dictionary<Guid, System::Collections::ObjectModel::Collection<Guid> ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.Dictionary<Guid,System.Collections.ObjectModel.Collection<Guid>> ChildIdsByOldParentId { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ChildIdsByOldParentId : System.Collections.Generic.Dictionary<Guid, System.Collections.ObjectModel.Collection<Guid>>
Public ReadOnly Property ChildIdsByOldParentId As Dictionary(Of Guid, Collection(Of Guid))
Property Value
The ids of the children, grouped by their old parent id, to be moved to the new parent.
- Attributes