XSLTransform.RemoveParameter

Syntax variant: By full name

Syntax:

RemoveParameter(<FullName>)

Parameters:

<FullName> (required)

Type: String.
Full name of the parameter.

Syntax variant: By the name and name space URI

Syntax:

RemoveParameter(<LocalName>, <NamespaceURI>)

Parameters:

<LocalName> (required)

Type: String.
Local parameter name.

<NamespaceURI> (required)

Type: String.
Parameter namespace URI.

Description:

Deletes the parameter value.

Availability:

Thin client, server, thick client, external connection.

Note:

Cancels the previously specified parameter value. The parameter can have the value defined in the XSL conversion description.

Example:

Transform.RemoveParameter("low_sales", 30000);

    

1C:Enterprise Developer's Community