FileIOPermission.isSubsetOf Method [AX 2012]

Determines whether the current permission is a subset of a specified permission.

public boolean isSubsetOf(CodeAccessPermission target)

Run On

Called

Parameters

target
Type: CodeAccessPermission Class
A CodeAccessPermission class object.

Return Value

Type: boolean
true if the current permission is a subset of the specified permission; otherwise, false.

You override this method when you derive a class from the CodeAccessPermission class. For more information, see [M: CodeAccessPermission.isSubsetOf].

Community Additions

ADD
Show: