CyberStore E-Payment 2023 Documentation
GetViewListCategoryVisibility Method


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

Parameters

viewListId
Identifier for the view list.
categoryId
Identifier for the category.

Return Value

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

Reference

CatalogAccessorySelectionGrid Class
CatalogAccessorySelectionGrid Members