Click or drag to resize
FormContextCurrentUserHasPermission Method

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

Checks if current user has permissionType

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public bool CurrentUserHasPermission(
	PermissionType permissionType
)

Parameters

permissionType
Type: PermissionType

Return Value

Type: Boolean

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.FormContext.CurrentUserHasPermission(CSC.SC.TOPICA4.Library.PermissionType)"]

See Also