Cloud Software Group, Inc. EBX®
Documentation > Developer Guide > EBX® Script > API
Navigation modeDocumentation > Developer Guide > EBX® Script > API

Unit core.profile

Script unit that provides methods useful when managing profiles.

Methods

function forSpecificRole(roleName: string): profile

Returns the specific role for the specified name.

function ofAdministrator(): profile

Returns the built-in 'administrator' role.

function ofEveryone(): profile

Returns the built-in 'everyone' role.

function ofOwner(): profile

Returns the built-in 'owner' role.

function ofReadOnly(): profile

Returns the built-in 'read-only' role.

forSpecificRole

function forSpecificRole(roleName: string): profile

Returns the specific role for the specified name.

Can be used in: 

ofAdministrator

function ofAdministrator(): profile

Returns the built-in 'administrator' role.

Can be used in: 

ofEveryone

function ofEveryone(): profile

Returns the built-in 'everyone' role.

Can be used in: 

ofOwner

function ofOwner(): profile

Returns the built-in 'owner' role.

Can be used in: 

ofReadOnly

function ofReadOnly(): profile

Returns the built-in 'read-only' role.

Can be used in: 

Documentation > Developer Guide > EBX® Script > API