Click or drag to resize

AppOptionGetAppOption Method

Give App Option

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static AppOption GetAppOption(
	int pClientID = 0,
	string pConnectionString = "",
	string pUserName = ""
)

Parameters

pClientID (Optional)
Type: SystemInt32
if Client ID 0 then global setting
pConnectionString (Optional)
Type: SystemString
Database connection string. If no value then reads from global setting.
pUserName (Optional)
Type: SystemString
Database user name. If no value then reads from global setting.

Return Value

Type: AppOption

[Missing <returns> documentation for "M:SOWIApp.Management.AppOption.GetAppOption(System.Int32,System.String,System.String)"]

See Also