Overload List
Type | Name | Description |
---|---|---|
![]() ![]() | FetchInstance(IDomain, PropertyFilter) | Obsolete.
Retrieves a VerityDomainConfiguration object based on the domain specified. 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.
|
![]() ![]() | FetchInstance(IDomain, Id, PropertyFilter) | Obsolete.
Retrieves an object of the VerityDomainConfiguration 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.
|