| CoreApiProxyFindServicesByNamesForAccountWithDepth Method  | 
 
            Finds all services with specfied names in one account
            
 
    Namespace: 
   Atomia.Billing.Core.Sdk.ServiceProxies
    Assembly:
   Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
 Syntax
Syntaxpublic ProvisioningService[] FindServicesByNamesForAccountWithDepth(
	string account,
	string[] serviceNames,
	ref PagingInfo pagingInfo,
	int numberOfParents
)
Public Function FindServicesByNamesForAccountWithDepth ( 
	account As String,
	serviceNames As String(),
	ByRef pagingInfo As PagingInfo,
	numberOfParents As Integer
) As ProvisioningService()
public:
virtual array<ProvisioningService^>^ FindServicesByNamesForAccountWithDepth(
	String^ account, 
	array<String^>^ serviceNames, 
	PagingInfo^% pagingInfo, 
	int numberOfParents
) sealed
abstract FindServicesByNamesForAccountWithDepth : 
        account : string * 
        serviceNames : string[] * 
        pagingInfo : PagingInfo byref * 
        numberOfParents : int -> ProvisioningService[] 
override FindServicesByNamesForAccountWithDepth : 
        account : string * 
        serviceNames : string[] * 
        pagingInfo : PagingInfo byref * 
        numberOfParents : int -> ProvisioningService[] Parameters
- account
- Type: SystemString
 The account id.
- serviceNames
- Type: SystemString
 Service names.
- pagingInfo
- Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiPagingInfo
 Paging information. If OrderAsc set to true results will be sorted in ascending order. Services are always ordered by service name.
- numberOfParents
- Type: SystemInt32
 Number of parents to fetch
Return Value
Type: 
ProvisioningServiceList of found services.
Implements
ICoreApiFindServicesByNamesForAccountWithDepth(String, String, PagingInfo, Int32) See Also
See Also