HierarchyParentCriteria.ParentId 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 new parent id. Leave empty to move the children to the unused node.
public:
property Guid ParentId { Guid get(); void set(Guid value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Guid ParentId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ParentId : Guid with get, set
Public Property ParentId As Guid
Property Value
The new parent id. Leave empty to move the children to the unused node.
- Attributes