Click or drag to resize

ICoreApiFindServicesByPathWithDepth Method

[Missing <summary> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.FindServicesByPathWithDepth(Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ServiceSearchCriteria[],System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.String,System.Boolean,System.Int32)"]

Namespace:  Atomia.Billing.Core.Sdk.AtomiaProvisioningApi
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
ProvisioningService[] FindServicesByPathWithDepth(
	ServiceSearchCriteria[] searchCriteriaList,
	Dictionary<string, string> properties,
	string account,
	string sortByPropName,
	bool sortAsc,
	int numberOfParents
)

Parameters

searchCriteriaList
Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiServiceSearchCriteria

[Missing <param name="searchCriteriaList"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.FindServicesByPathWithDepth(Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ServiceSearchCriteria[],System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.String,System.Boolean,System.Int32)"]

properties
Type: System.Collections.GenericDictionaryString, String

[Missing <param name="properties"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.FindServicesByPathWithDepth(Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ServiceSearchCriteria[],System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.String,System.Boolean,System.Int32)"]

account
Type: SystemString

[Missing <param name="account"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.FindServicesByPathWithDepth(Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ServiceSearchCriteria[],System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.String,System.Boolean,System.Int32)"]

sortByPropName
Type: SystemString

[Missing <param name="sortByPropName"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.FindServicesByPathWithDepth(Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ServiceSearchCriteria[],System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.String,System.Boolean,System.Int32)"]

sortAsc
Type: SystemBoolean

[Missing <param name="sortAsc"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.FindServicesByPathWithDepth(Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ServiceSearchCriteria[],System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.String,System.Boolean,System.Int32)"]

numberOfParents
Type: SystemInt32

[Missing <param name="numberOfParents"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.FindServicesByPathWithDepth(Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ServiceSearchCriteria[],System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.String,System.Boolean,System.Int32)"]

Return Value

Type: ProvisioningService

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.FindServicesByPathWithDepth(Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ServiceSearchCriteria[],System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.String,System.Boolean,System.Int32)"]

See Also