[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.Utils
Assembly:  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

Return Value

True if the user is the administrator or the creator, false otherwise

See Also