Returns the number of tags of specified page.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int GetTagsCount(
	int pageIndex
)
Public Function GetTagsCount ( _
	pageIndex As Integer _
) As Integer
public:
int GetTagsCount(
	int pageIndex
)

Parameters

pageIndex
Int32
The page index (starting at 0 and ending at GetPagesCount-1).

Return Value

Returns the tags count.

See Also