XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / FolderCodeSet Property



In This Topic
    FolderCodeSet Property
    In This Topic
    Optional, Multiple Values for FindFolders but if included shall 1) have the same number of values as the corresponding ‘code’ attribute, 2) the ith value of the ‘code’ attribute (e.g. DocumentEntryClassCode) shall correspond to the ith value of the ‘codeScheme’ attribute (e.g. DocumentEntryClassCodeScheme).
    Syntax
    Public Property FolderCodeSet As List(Of List(Of XdsCode))
    Dim instance As XdsQueryRequest
    Dim value As List(Of List(Of XdsCode))
     
    instance.FolderCodeSet = value
     
    value = instance.FolderCodeSet
    public List<List<XdsCode>> FolderCodeSet {get; set;}
    public:
    property List<List<XdsCode^>^>^ FolderCodeSet {
       List<List<XdsCode^>^>^ get();
       void set (    List<List<XdsCode^>^>^ value);
    }
    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