Click or drag to resize
PhoneNumberTypeListGet Method
Get phone number type with specified id.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public IPhoneNumberType Get(
	PhoneNumberTypeId phoneNumberTypeId
)

Parameters

phoneNumberTypeId
Type: ArtDatabanken.DataPhoneNumberTypeId
Id of phone number type.

Return Value

Type: IPhoneNumberType
Requested phone number type.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if no data has the requested id.
See Also