Plugin SDK

user_has_access Method

Return "checked" if the given user has access to the given ref ID
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)

Syntax

C#

public static string user_has_access( string ref, string user)


VB

Public Shared Function user_has_access ( ref As String, user As String) As String


Parameters

ref
Type: System.String
reference ID as string
user
Type: System.String
user name

Return Value

Type: Stringstring 'checked' if user has access

See Also

functions Class
Scheduler Namespace