ZennoLab Assemblies Documentation
AllDocuments Property
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Tab Class : AllDocuments Property

Glossary Item Box

Gets the all uploaded documents.

Syntax

C# 
public DocumentCollection AllDocuments {get;}

Property Value

Type: Zennolab.CommanCenter.DocumentCollection

The collection of documents that currently loaded.

Example

The following code example uses the AllDocuments property.
C#Copy Code
Tab tab = instance.MainTab;
            
DocumentCollection docCol = tab.AllDocuments;
PHPCopy Code
$tab = $instance->MainTab;
            
$docCol = $tab->AllDocuments;

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.