TreeNode.AOTIsPersisted Method

Definition

Indicates whether this node has been persisted in the model store.

public:
 virtual bool AOTIsPersisted();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool AOTIsPersisted ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTIsPersisted : unit -> bool
override this.AOTIsPersisted : unit -> bool
Public Overridable Function AOTIsPersisted () As Boolean

Returns

true if this node has been persisted; otherwise false.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

This method throws an exception if the method is not supported for the tree node. Use the TreeNode.TreeNodeType().isModelElement() method to determine if the method is supported.

Applies to