DumpFields Method
Dumps a Fields collection to the output stream with no indentation.
This API is not CLS-compliant.
Namespace: Microsoft.CommerceServer.Runtime.Diagnostics
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Sub DumpFields ( _
fields As Fields, _
output As HtmlTextWriter, _
name As String _
)
'Usage
Dim fields As Fields
Dim output As HtmlTextWriter
Dim name As String
DumpUtils.DumpFields(fields, output, name)
[CLSCompliantAttribute(false)]
public static void DumpFields(
Fields fields,
HtmlTextWriter output,
string name
)
[CLSCompliantAttribute(false)]
public:
static void DumpFields(
Fields^ fields,
HtmlTextWriter^ output,
String^ name
)
public static function DumpFields(
fields : Fields,
output : HtmlTextWriter,
name : String
)
Parameters
- fields
Type: Fields
Fields object to dump.
- output
Type: System.Web.UI..::.HtmlTextWriter
The HtmlTextWriter output stream.
- name
Type: System..::.String
Name of the object for display purposes.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The output or name is nullNothingnullptra null reference (Nothing in Visual Basic). |
Remarks
Use this method to dump a Fields collection to the output stream with no indentation.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.