'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.