ToggleOverload List

Type NameDescription
Public methodStatic memberFetchInstance(IUser, PropertyFilter)
Retrieves an instance of the CmManagedUser class corresponding to a specified User. This method always makes a round-trip to the server. You can optionally include a filter to control which properties to return with the object. If you pass in null for the filter parameter, this method returns values for all non-object properties and returns placeholders for all object-valued properties. For details, see the description of the filter parameter.
Public methodStatic memberFetchInstance(IDomain, Id, PropertyFilter)
Retrieves an object of the CmManagedUser class by the specified domain and ID. This method always makes a round-trip to the server. You can optionally include a filter to control which properties to return with the object. If you pass in null for the filter parameter, this method returns values for all non-object properties and returns placeholders for all object-valued properties. For details, see the description of the filter parameter.
Public methodStatic memberFetchInstance(IDomain, String, PropertyFilter)
Retrieves the specified object from this CmManagedUser object. This method always makes a round-trip to the server. You can optionally include a filter to control which properties to return with the object. If you pass in null for the filter parameter, this method returns values for all non-object properties and returns placeholders for all object-valued properties. For details, see the description of the filter parameter.

ToggleSee Also