Returns the number of tags of specified page.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
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).


























