Click or drag to resize
AddressManagerExtensionsCheckServiceProviderAccess Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodStatic memberIReadOnlyDictionaryTKey, TValue, T: Int64CheckServiceProviderAccess(IAddressManager, IEnumerableInt64, Int64)
Used to check if a service provider has access to specific addresses according to the address group rules. If there are no rules at all for the provider, it has access to all addresses.
Public methodStatic memberIReadOnlyDictionaryTKey, TValue, T: Int64CheckServiceProviderAccess(IAddressManager, Int64, IEnumerableInt64)
Used to check which service providers has access to a specific address according to the address group rules. If there are no rules at all for the provider, it has access to all addresses.
Public methodStatic memberBooleanCheckServiceProviderAccess(IAddressManager, Int64, Int64)
Used to check if a service provider has access to a specific address according to the address group rules. If there are no rules at all for the provider, it has access to all addresses.
Top
See Also