TreeNode.AOTrestore Method
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.
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