<Code Lib>
2027 Method
Changes 8
M

ParameterUtils.DownloadParameterOptions(ForgeTypeId, String)

Description:
Retrieves settings associated with the given parameter from the Parameters Service.
Remarks:
The settings associated with a parameter definition are accessible only to an authorized user. To retrieve them, the user must be signed in.
Overloads (2):
DownloadParameterOptions(ForgeTypeId,String)

public static ParameterDownloadOptions DownloadParameterOptions(
	ForgeTypeId parameterTypeId,
	string region
)

  • parameterTypeId
    Parameter identifier.
  • String
    region
    Region of the account where the parameter is defined.
Return Value ParameterDownloadOptions Settings associated with a parameter.

Loading…