BenSelect Documentation
ObjectLoginToken Constructor(String,Guid,Guid,String,String,String)
See Also  Send Feedback
Selerix.Foundation.Interfaces.Entities Namespace > ObjectLoginToken Class > ObjectLoginToken Constructor : ObjectLoginToken Constructor(String,Guid,Guid,String,String,String)
userName
Name of the user.
portfolioId
The portfolio identifier.
objectId
The object identifier.
objectName
Name of the object.
objectType
Type of the object.
data
The data.
Initializes a new instance of the ObjectLoginToken class.

Syntax

JScript 
public function ObjectLoginToken( 
   userName : String,
   portfolioId : Guid,
   objectId : Guid,
   objectName : String,
   objectType : String,
   data : String
);

Parameters

userName
Name of the user.
portfolioId
The portfolio identifier.
objectId
The object identifier.
objectName
Name of the object.
objectType
Type of the object.
data
The data.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.