| TreeProviderSelectNodes Method | 
| Name | Description | |
|---|---|---|
| SelectNodes | 
            Gets the query for all published documents
              | |
| SelectNodesNodeType | 
            Gets the query for all published documents of specific type
              | |
| SelectNodes(String) | 
            Gets the query for all published documents of specific type
              | |
| SelectNodes(NodeSelectionParameters) | 
            Returns nodes matching the provided parameters. Result contains coupled data only if classNames are specified.
              | |
| SelectNodes(Int32, String, String) | 
            Returns nodes specified by node ID, culture and site name. Multiple nodes are returned if ALL_CULTURES passed in cultureCode parameter. Does not select coupled data.
              | |
| SelectNodes(String, String, String, Boolean, String, String, String, Int32, Boolean, Int32, String) | 
            Returns nodes specified by node alias path, culture and site name, optionally combined with default culture. Result contains coupled data only if classNames are specified.
              | |
| SelectNodes(String, String, String, Boolean, String, String, String, Int32, Boolean, Guid, String, Boolean) | 
            Returns nodes without coupled data specified by node alias path, culture and site name, optionally combined with default culture.
              | |
| SelectNodes(String, String, String, Boolean, String, String, String, Int32, Boolean, Guid, String, Boolean, Int32, String) | 
            Returns nodes without coupled data specified by node alias path, culture and site name, optionally combined with default culture.
              |