EptFieldNameConverterIsValid Method (ITypeDescriptorContext, Object) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns whether the given value object is valid for this type and for the specified context.

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

public override bool IsValid(
	ITypeDescriptorContext context,
	Object value
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
value
Type: SystemObject
The Object to test for validity.

Return Value

Type: Boolean
true if the specified value is valid for this object; otherwise, false.
See Also

Reference