Click or drag to resize

ResourceManagementClientGetResources Method

Overload List
  NameDescription
Public methodGetResources(String)
Uses the specified XPath filter to find matching objects in the resource management service, synchronously, using the default page size WARNING: Due to the way that the resource management client processes unconstrained XPath queries, this function can cause excessive load on the underlying database. If the object type or attributes are known, use the overload of this function that supports specifying the attributes to get
Public methodGetResources(String, IEnumerableString)
Uses the specified XPath filter to find matching objects in the resource management service, synchronously, using the default page size, and retrieving the specified attributes
Public methodGetResources(String, CultureInfo)
Uses the specified XPath filter to find matching objects in the resource management service, synchronously, using the default page size WARNING: Due to the way that the resource management client processes unconstrained XPath queries, this function can cause excessive load on the underlying database. If the object type or attributes are known, use the overload of this function that supports specifying the attributes to get
Public methodGetResources(String, Int32)
Uses the specified XPath filter to find matching objects in the resource management service, synchronously, using the specified page size WARNING: Due to the way that the resource management client processes unconstrained XPath queries, this function can cause excessive load on the underlying database. If the object type or attributes are known, use the overload of this function that supports specifying the attributes to get
Public methodGetResources(String, IEnumerableString, IEnumerableSortingAttribute)
Uses the specified XPath filter to find matching objects in the resource management service, synchronously, using the specified page size, and retrieving the specified attributes
Public methodGetResources(String, IEnumerableString, CultureInfo)
Uses the specified XPath filter to find matching objects in the resource management service, synchronously, using the default page size, and retrieving the specified attributes
Public methodGetResources(String, Int32, IEnumerableString)
Uses the specified XPath filter to find matching objects in the resource management service, synchronously, using the specified page size, and retrieving the specified attributes
Public methodGetResources(String, IEnumerableString, IEnumerableSortingAttribute, CultureInfo)
Uses the specified XPath filter to find matching objects in the resource management service, synchronously, using the specified page size, and retrieving the specified attributes
Public methodGetResources(String, IEnumerableString, String, Boolean)
Uses the specified XPath filter to find matching objects in the resource management service, synchronously, using the specified page size, and retrieving the specified attributes
Public methodGetResources(String, Int32, IEnumerableString, IEnumerableSortingAttribute)
Uses the specified XPath filter to find matching objects in the resource management service, synchronously, using the specified page size, and retrieving the specified attributes
Public methodGetResources(String, Int32, IEnumerableString, CultureInfo)
Uses the specified XPath filter to find matching objects in the resource management service, synchronously, using the specified page size, and retrieving the specified attributes
Public methodGetResources(String, Int32, IEnumerableString, IEnumerableSortingAttribute, CultureInfo)
Uses the specified XPath filter to find matching objects in the resource management service, synchronously, using the specified page size, and retrieving the specified attributes
Public methodGetResources(String, Int32, IEnumerableString, String, Boolean)
Uses the specified XPath filter to find matching objects in the resource management service, synchronously, using the specified page size, and retrieving the specified attributes
Top
See Also