| 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.InterfaceAssembly: PDTec.IceNet.Domain.Fulltext (in PDTec.IceNet.Domain.Fulltext.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxServiceResult Login(
string user,
string password
)
Parameters
- user
- Type: SystemString
The user name. - password
- Type: SystemString
The password.
Return Value
Type:
ServiceResultThe service result status information.
See Also