Click or drag to resize

CommenceDatabaseGetClarifyField Method

Gets the clarifyfield for the specified category.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public string GetClarifyField(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Commence category name.

Return Value

Type: String
Clarify field name, null if no clarify field.

Implements

ICommenceDatabaseGetClarifyField(String)
See Also