[This is preliminary documentation and is subject to change.]
Construct an user object
Namespace:
OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public OCPrivateEvents( int userId ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ userId As Integer _ ) |
| Visual C++ |
|---|
public: OCPrivateEvents( int userId ) |
Parameters
- userId
- Type: System..::.Int32
The unique id of the user
