CurrentUser Constructor

GF API Documentation
Initializes a new instance of the CurrentUser class

Namespace:  GF.Api.Users
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public CurrentUser(
	UserID id,
	string name,
	bool isAdmin,
	DateTime passwordExpirationDate
)

Parameters

id
Type: GF.Api.UsersUserID
name
Type: SystemString
isAdmin
Type: SystemBoolean
passwordExpirationDate
Type: SystemDateTime
See Also

Reference