'Declaration
Public Function GetViewListCategoryVisibility( _ ByVal viewListId As Integer, _ ByVal categoryId As Integer _ ) As Boolean
'Usage
Dim instance As ListingControl Dim viewListId As Integer Dim categoryId As Integer Dim value As Boolean value = instance.GetViewListCategoryVisibility(viewListId, categoryId)
public bool GetViewListCategoryVisibility( int viewListId, int categoryId )
Parameters
- viewListId
- The current ViewList_ID.
- categoryId
- The current Category_ID.
Return Value
true if it succeeds, false if it fails.