[This is preliminary documentation and is subject to change.]
Construct a user object from the user id
Namespace:
OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public OCUser( OCServiceType ost, int userDetailId ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ ost As OCServiceType, _ userDetailId As Integer _ ) |
| Visual C++ |
|---|
public: OCUser( OCServiceType ost, int userDetailId ) |
Parameters
- ost
- Type: OfficeClip.Utils..::.OCServiceType
The OfficeClip Service Type
- userDetailId
- Type: System..::.Int32
The unique id of the user details
