 | ICommenceDatabaseGetClarifyField Method |
Gets the clarifyfield for the specified category.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring GetClarifyField(
string categoryName
)
Function GetClarifyField (
categoryName As String
) As String
Parameters
- categoryName
- Type: SystemString
Commence category name.
Return Value
Type:
StringClarify field name,
null if no clarify field.
See Also