Click or drag to resize
IFulltextServiceLogin Method
Authenticates the user and establishes a service session context. Calling this method is required to subsequently calling other service methods.

Namespace: PDTec.IceNet.Domain.Fulltext.Service.Interface
Assembly: PDTec.IceNet.Domain.Fulltext (in PDTec.IceNet.Domain.Fulltext.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
ServiceResult Login(
	string user,
	string password
)

Parameters

user
Type: SystemString
The user name.
password
Type: SystemString
The password.

Return Value

Type: ServiceResult
The service result status information.
See Also