XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / Documents Property



Documents Property (XdsSubmissionSet)
The set of documents at the "top level" in this Submission Set
Syntax
Public Property Documents As List(Of XdsDocument)
Dim instance As XdsSubmissionSet
Dim value As List(Of XdsDocument)
 
instance.Documents = value
 
value = instance.Documents
public List<XdsDocument> Documents {get; set;}
public:
property List<XdsDocument^>^ Documents {
   List<XdsDocument^>^ get();
   void set (    List<XdsDocument^>^ value);
}
Remarks

Documents may also be present in the Folders collections.

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