Skip to main content
The resource entity contains resource information.

Constructors

NSResourceOverride()

Initializes a new instance of the NSResourceOverride class.

Methods

GetCulture()

Returns: CRMScript.Global.String - .NET-style culture code, such as NB-NO or EN-Uk. Example:

GetIsActive()

Returns: CRMScript.Global.Bool - Is this override active. Example:

GetResourceName()

Returns: CRMScript.Global.String - The name of the resource, without any brackets or braces. For example, SR_CONTACt. Example:

GetResourceValue()

Returns: CRMScript.Global.String - The value of the resource in the given culture. Example:

SetCulture(String)

Returns: CRMScript.Global.Void Example:

SetIsActive(Bool)

Returns: CRMScript.Global.Void Example:

SetResourceName(String)

Returns: CRMScript.Global.Void Example:

SetResourceValue(String)

Returns: CRMScript.Global.Void Example: