XdsObjects Help file
XdsObjects Namespace / XdsFolder Class / Documents Property



In This Topic
    Documents Property (XdsFolder)
    In This Topic
    Collection of documents in this folder
    Syntax
    Public Property Documents As List(Of XdsDocument)
    Dim instance As XdsFolder
    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
    This list is used in the API to present a simple interface for inclusion of documents in a folder, both during submission and retrieval. In reality, the list is passed to/from registry and repository actors in the form of ebXML associations, but these are created from this collection or used internally to creat this collection.
    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