SecurityRights.webContentAccessRight(SecurableType, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the access rights for the web content item.
public:
virtual Dynamics::AX::Application::AccessRight webContentAccessRight(Dynamics::AX::Application::SecurableType _type, System::String ^ _name);
public virtual Dynamics.AX.Application.AccessRight webContentAccessRight (Dynamics.AX.Application.SecurableType _type, string _name);
abstract member webContentAccessRight : Dynamics.AX.Application.SecurableType * string -> Dynamics.AX.Application.AccessRight
override this.webContentAccessRight : Dynamics.AX.Application.SecurableType * string -> Dynamics.AX.Application.AccessRight
Public Overridable Function webContentAccessRight (_type As SecurableType, _name As String) As AccessRight
Parameters
- _type
- SecurableType
- _name
- String
Returns
The AccesRight instance for the item.