Interface CoWorkUserProvider

CoWorkUserProvider interface

Represents the user provider inerface in collabration mode.only available in java version now, will be available in .net/python version in future. Customer application can implement this interface to provide the user information.

public interface CoWorkUserProvider

Methods

NameDescription
GetCurrentUserId()Gets the unique identifier of the current user
GetCurrentUserName()Gets the username of the current user
GetPermission()Gets the permission level of the current user

See Also