Class AuthenticationResult_AllowedApplication
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the information about allowing the user to use a specific application in the project.
public class AuthenticationResult_AllowedApplication
- Inheritance
-
AuthenticationResult_AllowedApplication
- Inherited Members
- Extension Methods
Constructors
AuthenticationResult_AllowedApplication()
The default constructor
public AuthenticationResult_AllowedApplication()
AuthenticationResult_AllowedApplication(string, string, string, string)
This constructor allows to easily allow an application.
public AuthenticationResult_AllowedApplication(string pApplicationPID, string pGroupPID, string pPrivateRecordID, string pApplicationAccessGUID = "")
Parameters
pApplicationPID
stringThe PID of the application this user gets access to in the application. Can also be '*' to give access to the first application.
pGroupPID
stringThe PID of the group
pPrivateRecordID
stringAn ID of the Private Record (when the UserGroup is linked to a table in the database)
pApplicationAccessGUID
stringThe GUID of the ApplicationAccess. The ApplicationAccess is used to store usersettings on the server for this specific application.
Fields
ApplicationAccessGUID
The GUID of the ApplicationAccess. The ApplicationAccess is used to store usersettings on the server for this specific application.
public string ApplicationAccessGUID
Field Value
ApplicationPID
The PID of the application this user gets access to in the application. Can also be '*' to give access to the first application.
public string ApplicationPID
Field Value
GroupPID
The PID of the group
public string GroupPID
Field Value
PrivateRecordID
An ID of the Private Record (when the UserGroup is linked to a table in the database)
public string PrivateRecordID