Descendants Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the descendants to export.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property Descendants As Descendants
'Usage
Dim instance As ExportOptions
Dim value As Descendants

value = instance.Descendants

instance.Descendants = value
public Descendants Descendants { get; set; }
public:
property Descendants Descendants {
    Descendants get ();
    void set (Descendants value);
}
public function get Descendants () : Descendants
public function set Descendants (value : Descendants)

Property Value

Type: Microsoft.CommerceServer.Catalog..::.Descendants
A Descendants that contains the descendants values to use for the export operation.

Remarks

Stores the Descendants enumeration value, which can be:

  • All - Export all descendants. All descendants are included in the list.

  • ImmediateChildren - Export only the immediate child descendants. Only one level of descendants is included in the list.

  • None - Export no descendants. Only the items on the list are exported.

Permissions

See Also

Reference

ExportOptions Class

ExportOptions Members

Microsoft.CommerceServer.Catalog Namespace

Other Resources

Importing Catalog Data by Using the Catalog API

Import Options

How to Import From an XML File

How to Import Selected Fields

Exporting Catalog Data by Using the Catalog API

Export Options

How to Export to an XML File

How to Export Selected Fields