<Code Lib>
2025 Method
Changes 5
M

ParameterUtils.DownloadParameterOptions

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.

public static ParameterDownloadOptions DownloadParameterOptions(
	ForgeTypeId parameterTypeId
)

Return Value ParameterDownloadOptions Settings associated with a parameter.

Loading…