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