UtilitiesUserIdData Method

Definition

Namespace: Centralpoint.Web.Uber
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SoapDocumentMethodAttribute("http://www.oxcyon.com/UserIdData", RequestNamespace = "http://www.oxcyon.com/", 
	ResponseNamespace = "http://www.oxcyon.com/", Use = SoapBindingUse.Literal, 
	ParameterStyle = SoapParameterStyle.Wrapped)]
public bool UserIdData(
	Guid userId,
	out string name,
	out string email,
	out DateTime lastLogin,
	out DateTime passwordChanged,
	out string personalization,
	out DateTime created,
	out DateTime modified
)

Parameters

userId  Guid
 
name  String
 
email  String
 
lastLogin  DateTime
 
passwordChanged  DateTime
 
personalization  String
 
created  DateTime
 
modified  DateTime
 

Return Value

Boolean

See Also