Share via


DictTable.Rights Method

Definition

Overloads

Rights()

Returns the access rights of the current user that is specified for the table.

Rights(Boolean)

Rights()

Returns the access rights of the current user that is specified for the table.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::AccessType Rights();
public virtual Microsoft.Dynamics.Ax.Xpp.AccessType Rights ();
abstract member Rights : unit -> Microsoft.Dynamics.Ax.Xpp.AccessType
override this.Rights : unit -> Microsoft.Dynamics.Ax.Xpp.AccessType
Public Overridable Function Rights () As AccessType

Returns

The access rights of the current user that is specified for the table. The return value can be one of the values in the AccessType system enumeration.

Applies to

Rights(Boolean)

public:
 virtual Microsoft::Dynamics::Ax::Xpp::AccessType Rights(bool ignoreContext);
public virtual Microsoft.Dynamics.Ax.Xpp.AccessType Rights (bool ignoreContext);
abstract member Rights : bool -> Microsoft.Dynamics.Ax.Xpp.AccessType
override this.Rights : bool -> Microsoft.Dynamics.Ax.Xpp.AccessType
Public Overridable Function Rights (ignoreContext As Boolean) As AccessType

Parameters

ignoreContext
Boolean

Returns

Applies to