Click or drag to resize

IApiServiceCheckAccount Method

ILUO Sp. z o.o.
Sprawdza, czy można się łączyć za pomocą tego tokena i konta

Namespace:  ILUO.ERP.API.ServiceContracts.Interfaces3
Assembly:  ILUO.ERP.API.ServiceContracts (in ILUO.ERP.API.ServiceContracts.dll) Version: 1.0.0.348 (1.0.0.348)
Syntax
bool CheckAccount(
	string accountName,
	string accountToken
)

Parameters

accountName
Type: SystemString

[Missing <param name="accountName"/> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.CheckAccount(System.String,System.String)"]

accountToken
Type: SystemString

[Missing <param name="accountToken"/> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.CheckAccount(System.String,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.CheckAccount(System.String,System.String)"]

See Also