 | CommenceDatabaseGetImageFieldNames Method (String, String) |
Gets the image-type field names for the specified category.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxpublic string GetImageFieldNames(
string categoryName,
string delim = null
)
Public Function GetImageFieldNames (
categoryName As String,
Optional delim As String = Nothing
) As String
Parameters
- categoryName
- Type: SystemString
Commence category name. - delim (Optional)
- Type: SystemString
Delimiter, up to 8 chars.
Return Value
Type:
StringString containing the image field names delimited by delim or CR/LF if not supplied.
Implements
ICommenceDatabaseGetImageFieldNames(String, String)
See Also