SecurityBaseWinUserInfo Constructor Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Constructs a WinUserInfo object

Namespace: ContentStudio.Security
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public WinUserInfo(
	string fullName,
	string description,
	string email,
	string expires
)

Parameters

fullName
Type: SystemString
The full name of the user
description
Type: SystemString
A short description of the user
email
Type: SystemString
The user's email address
expires
Type: SystemString
Indicates when the user's account expires.
See Also

Reference