Click or drag to resize

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
Syntax
List<string> GetViewNames(
	string categoryName
)

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: ListString
List of viewnames.
Remarks
This method is only available to .Net consumers.
See Also