ZennoLab Assemblies Documentation
AllDocuments Property
Example 
Gets the all uploaded documents.
Syntax
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.
// get main tab
Tab tab = instance.MainTab;
 
// get all documents
DocumentCollection docCol = tab.AllDocuments;
// get main tab
$tab = $instance->MainTab;
 
// get all documents
$docCol = $tab->AllDocuments;
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Tab Class
Tab Members
MainDocument Property
Document Class

Send Feedback