GetAllSchemas Method (String)

Retrieves all of the profile definitions in the specified namespace as XSD schema.

Namespace:  Microsoft.CommerceServer.Profiles
Assembly:  Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)

Syntax

'Declaration
Public Function GetAllSchemas ( _
    targetNamespace As String _
) As XmlNode
'Usage
Dim instance As ProfileXsdSchemaExport
Dim targetNamespace As String
Dim returnValue As XmlNode

returnValue = instance.GetAllSchemas(targetNamespace)
public XmlNode GetAllSchemas(
    string targetNamespace
)
public:
XmlNode^ GetAllSchemas(
    String^ targetNamespace
)
public function GetAllSchemas(
    targetNamespace : String
) : XmlNode

Parameters

  • targetNamespace
    Type: System..::.String
    The target namespace to use in the XSD schema.

Return Value

Type: System.Xml..::.XmlNode
XML representation of the XSD schema of all profile definitions.

Remarks

Retrieves all of the profile definitions in the specified namespace as XSD schema.

Permissions

See Also

Reference

ProfileXsdSchemaExport Class

ProfileXsdSchemaExport Members

GetAllSchemas Overload

Microsoft.CommerceServer.Profiles Namespace