TreeNode.AOTrestore Method

Definition

Overloads

AOTrestore(Boolean)
AOTrestore()

Reloads this node from the disk, if applicable.

AOTrestore(Boolean)

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

Parameters

_forceReload
Boolean
Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

AOTrestore()

Reloads this node from the disk, if applicable.

public:
 virtual void AOTrestore();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void AOTrestore ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTrestore : unit -> unit
override this.AOTrestore : unit -> unit
Public Overridable Sub AOTrestore ()
Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to