SchemaFieldCollectionIsSchemaField Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets a value that indicates whether the field exists in the schema or not.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool IsSchemaField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The field name to check. This name is case sensitive

Return Value

Type: Boolean
True if the name exists in the schema, false otherwise.
Remarks

This property always returns false if SchemaBound is turned off.
See Also

Reference