Click or drag to resize

UserGetUserID Method

SOWI App User - Get ID by name

Return Value

Type: Int32

If return a number 0 then no found data item by name

If return a number over 0 then gives ID of data item by name

If return -1 then function has triggered an exception

Namespace:  SOWIApp.Management.Data
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public int GetUserID(
	string pUserName
)

Parameters

pUserName
Type: SystemString

[Missing <param name="pUserName"/> documentation for "M:SOWIApp.Management.Data.User.GetUserID(System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:SOWIApp.Management.Data.User.GetUserID(System.String)"]

See Also