ToggleOverload List

Type NameDescription
Public methodFetchProperties(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.

(Inherited from IIndependentObject.)
Public methodFetchProperties(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.

(Inherited from IIndependentObject.)

ToggleSee Also