 | ICommenceDatabaseGetViewNames Method (String) |
Gets a list of all views for the specified category. Returns all categories if category is not specified.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
SyntaxList<string> GetViewNames(
string categoryName
)
Function GetViewNames (
categoryName As String
) As List(Of String)
Parameters
- categoryName
- Type: SystemString
Commence category name. Set to String.Empty (or it's equivalent for your language) to get all views in database.
Return Value
Type:
ListStringList of viewnames.
RemarksThis method is only available to .Net consumers.
See Also