'DeclarationPublic Function GetViewListCategoryVisibility( _ ByVal viewListId As Integer, _ ByVal categoryId As Integer, _ ByVal Item_ID As Integer _ ) As Boolean
'UsageDim 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.