Aracılığıyla paylaş


PickerEntity.ToXmlData Method (Boolean)

Retrieves an XML representation of data depending on the value of isIE.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Function ToXmlData ( _
    isIE As Boolean _
) As String
'Usage
Dim instance As PickerEntity
Dim isIE As Boolean
Dim returnValue As String

returnValue = instance.ToXmlData(isIE)
public string ToXmlData(
    bool isIE
)

Parameters

Return Value

Type: System.String
The XML representing the data.

Remarks

This overload is not used. Use ToXmlData() instead.

See Also

Reference

PickerEntity Class

PickerEntity Members

ToXmlData Overload

Microsoft.SharePoint.WebControls Namespace