Gets a view list category visibility.
public bool GetViewListCategoryVisibility(
int ,
int
)
'Declaration
Public Function GetViewListCategoryVisibility( _
ByVal As Integer, _
ByVal 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)
Parameters
- viewListId
- The current ViewList_ID.
- categoryId
- The current Category_ID.
Return Value
true if it succeeds, false if it fails.