ModelComponent.Submit Method

Definition

Overloads

Submit(Boolean)

Submits a ModelComponent object.

Submit()

Submits a ModelComponent object.

Submit(Boolean)

Submits a ModelComponent object.

public virtual void Submit (bool submitPermanently);
abstract member Submit : bool -> unit
override this.Submit : bool -> unit
Public Overridable Sub Submit (submitPermanently As Boolean)

Parameters

submitPermanently
Boolean

true to submit permanently; otherwise, false.

Remarks

For internal use.

Applies to

Submit()

Submits a ModelComponent object.

public virtual void Submit ();
abstract member Submit : unit -> unit
override this.Submit : unit -> unit
Public Overridable Sub Submit ()

Remarks

For internal use.

Applies to