RVTDocs.com

Entity.RecognizedField

Method
Description:
Checks whether a Field belongs to the same Schema as this Entity.
Syntax
public bool RecognizedField(
	Field field
)
Parameters
Parameter Type Description
field Field The Field to check.
Return Value
Type Description
Boolean True if the Field belongs to the same Schema as this Entity.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null