[This is preliminary documentation and is subject to change.]

Returns true if the user is the creator, i.e. if the session user id matches the provided userid

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static bool IsCreator(
	int userId
)
Visual Basic (Declaration)
Public Shared Function IsCreator ( _
	userId As Integer _
) As Boolean
Visual C++
public:
static bool IsCreator(
	int userId
)

Parameters

userId
Type: System..::.Int32
The user id to be tested

Return Value

true if the user is the creator false otherwise

See Also