This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Literal body element, which will be appended to the method-node of the SoapEnvelope. Use either this property or the MethodArguments property to specify the method arguments/parameters. (When both properties are specified, LiteralMethodeNode will be ignored.)

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Options = .RawData)]
public string LiteralMethodNode { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
<(Options := .RawData)> _
Public Property LiteralMethodNode As 
	Get
	Set

See Also

Advanced