HttpContent.IsSecretContent() Method

Version: Available or changed with runtime version 12.0.

Returns if the content is secret. If it is secret it can be read only as a SecretText.

Syntax

[Ok := ]  HttpContent.IsSecretContent()

Parameters

HttpContent
 Type: HttpContent
An instance of the HttpContent data type.

Return Value

[Optional] Ok
 Type: Boolean

See Also

HttpContent Data Type
Getting Started with AL
Developing Extensions