[This is preliminary documentation and is subject to change.]
Constructor to load the values of the object
Namespace:
OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public OCUser( OCServiceType ost, UserInfo userInfo ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ ost As OCServiceType, _ userInfo As UserInfo _ ) |
| Visual C++ |
|---|
public: OCUser( OCServiceType ost, UserInfo^ userInfo ) |
Parameters
- ost
- Type: OfficeClip.Utils..::.OCServiceType
The OfficeClip Service type
- userInfo
- Type: OfficeClip.BusinessLayer.Account..::.UserInfo
The user info to load values in the object
