Click or drag to resize
IUserManagerGetPhoneNumberType 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
IPhoneNumberType GetPhoneNumberType(
	IUserContext userContext,
	PhoneNumberTypeId phoneNumberTypeId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
phoneNumberTypeId
Type: ArtDatabanken.DataPhoneNumberTypeId
Id of phone number type.

Return Value

Type: IPhoneNumberType
Requested phone number type.
See Also