Click or drag to resize

PermissionsChange Method

Overload List
  NameDescription
Public methodCode exampleChange(AccessTo, AccessLevel)
Change the value of the specified `AskiaPortal` permission.
It will not save the change in the database unless you explicitly call the Save method.
Public methodChange(PermissionTo, Boolean)
Change the value of the specified `AskiaPortal` permission.
It will not save the change in the database unless you explicitly call the Save method.
Public methodCode exampleChange(String, AccessLevel, NullableGuid)
Change the value of the specified permission.
It will not save the change in the database unless you explicitly call the Save method.
Public methodChange(String, Boolean, NullableGuid)
Change the value of the specified permission.
It will not save the change in the database unless you explicitly call the Save method.
Top
See Also