XdsObjects Help file
XdsObjects Namespace / XdsDocument Class
Members



XdsDocument Class
A class representing a single document as used in XDS
Syntax
Public Class XdsDocument 
Dim instance As XdsDocument
public class XdsDocument 
public ref class XdsDocument 
Remarks

This class holds all the meta data for a document and also (optionally) the actual document itself (as a byte array in the Data property).

It is used in the following scenarios:

It if also used in similar ways in reverse in server applications.

Inheritance Hierarchy

System.Object
   XdsObjects.XdsDocument

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also