EptFieldNameConverterGetStandardValuesExclusive Method (ITypeDescriptorContext) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns whether the collection of standard values returned from GetStandardValues is an exclusive list of possible values, using 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 GetStandardValuesExclusive(
	ITypeDescriptorContext context
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.

Return Value

Type: Boolean
true if the TypeConverterStandardValuesCollection returned from GetStandardValues is an exhaustive list of possible values; false if other values are possible.
See Also

Reference