UtilitiesUserIdData Method
Namespace: Centralpoint.Web.UberAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
[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
)
<SoapDocumentMethodAttribute("http://www.oxcyon.com/UserIdData", RequestNamespace := "http://www.oxcyon.com/",
ResponseNamespace := "http://www.oxcyon.com/", Use := SoapBindingUse.Literal,
ParameterStyle := SoapParameterStyle.Wrapped)>
Public Function UserIdData (
userId As Guid,
<OutAttribute> ByRef name As String,
<OutAttribute> ByRef email As String,
<OutAttribute> ByRef lastLogin As DateTime,
<OutAttribute> ByRef passwordChanged As DateTime,
<OutAttribute> ByRef personalization As String,
<OutAttribute> ByRef created As DateTime,
<OutAttribute> ByRef modified As DateTime
) As Boolean
- userId Guid
-
- name String
-
- email String
-
- lastLogin DateTime
-
- passwordChanged DateTime
-
- personalization String
-
- created DateTime
-
- modified DateTime
-
Boolean