CyberStore Ecommerce 2023 Documentation
GetViewListCategoryVisibility Method (CatalogAccessorySelection)


Dovetail.Ecommerce.Controls Namespace > CatalogAccessorySelection Class : GetViewListCategoryVisibility Method
Identifier for the view list.
Identifier for the category.
The item_ ID.
Gets a view list category visibility.
Syntax
'Declaration
 
Public Function GetViewListCategoryVisibility( _
   ByVal viewListId As Integer, _
   ByVal categoryId As Integer, _
   ByVal Item_ID As Integer _
) As Boolean
'Usage
 
Dim instance As CatalogAccessorySelection
Dim viewListId As Integer
Dim categoryId As Integer
Dim Item_ID As Integer
Dim value As Boolean
 
value = instance.GetViewListCategoryVisibility(viewListId, categoryId, Item_ID)
public bool GetViewListCategoryVisibility( 
   int viewListId,
   int categoryId,
   int Item_ID
)

Parameters

viewListId
Identifier for the view list.
categoryId
Identifier for the category.
Item_ID
The item_ ID.

Return Value

true if it succeeds, false if it fails.
Remarks
Benjamin J. Higgins, 3/14/2012.
See Also

Reference

CatalogAccessorySelection Class
CatalogAccessorySelection Members