Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the specified profile definitions of the specified profile types, as XSD schema.
Namespace: Microsoft.CommerceServer.Profiles
Assembly: Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)
Syntax
'Declaration
Public Function GetSchemas ( _
targetNamespace As String, _
profileTypes As String() _
) As XmlNode
'Usage
Dim instance As ProfileXsdSchemaExport
Dim targetNamespace As String
Dim profileTypes As String()
Dim returnValue As XmlNode
returnValue = instance.GetSchemas(targetNamespace, _
profileTypes)
public XmlNode GetSchemas(
string targetNamespace,
string[] profileTypes
)
public:
XmlNode^ GetSchemas(
String^ targetNamespace,
array<String^>^ profileTypes
)
public function GetSchemas(
targetNamespace : String,
profileTypes : String[]
) : XmlNode
Parameters
- targetNamespace
Type: System..::.String
The target namespace to use in the XSD schema.
- profileTypes
Type: array<System..::.String>[]()[]
An array of profile definitions to retrieve.
Return Value
Type: System.Xml..::.XmlNode
XML representation of the XSD schema for the profile definitions specified.
Remarks
Retrieves the specified profile definitions of the specified profile types, as XSD schema.
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.