[This is preliminary documentation and is subject to change.]
Tests if the current user is the adminitrator or the creator of an object
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public bool IsAdminOrCreator( int ownerId ) |
| Visual Basic (Declaration) |
|---|
Public Function IsAdminOrCreator ( _ ownerId As Integer _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsAdminOrCreator( int ownerId ) |
Parameters
- ownerId
- Type: System..::.Int32
The unique id of the owner of the object
