| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > DocumentCollection Class : Count Property |
// get all documents from page DocumentCollection docCol = tab.AllDocuments; // get count int count = docCol.Count;
// get all documents from page $docCol = $tab->AllDocuments; // get count $count = $docCol->Count;
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven