Article.CheckValidDefinition(Boolean) Method

Definition

Indicates whether the definition is valid.

protected:
 override bool CheckValidDefinition(bool throwException);
protected override bool CheckValidDefinition (bool throwException);
override this.CheckValidDefinition : bool -> bool
Protected Overrides Function CheckValidDefinition (throwException As Boolean) As Boolean

Parameters

throwException
Boolean

true to throw an exception; otherwise, false.

Returns

true if the definition is valid; otherwise, false.

Applies to