Overload List
Type | Name | Description |
---|---|---|
![]() | FetchProperties(PropertyFilter) |
Retrieves this object from the server and replaces existing information in the
property cache with the retrieved information for the properties specified
by the filter.
If this object has changed on the server since it was last retrieved, you should call a Refresh method first; otherwise, an error will be thrown. |
![]() | FetchProperties(array<String>[]()[]) |
Retrieves this object from the server and merges existing information in
the property cache with the retrieved information for the specified
properties.
If this object has changed on the server since it was last retrieved, you should call a Refresh method first; otherwise, an error will be thrown. |