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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies how descendants will be exported for an expression-based export operation.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Enumeration Descendants
'Usage
Dim instance As Descendants
public enum Descendants
public enum class Descendants
public enum Descendants
Members
Member name | Description | |
---|---|---|
None | Export no descendants. | |
ImmediateChildren | Export only the immediate child descendants. | |
All | Export all descendants. |
Remarks
Defines constants that inform catalogs about how it should export a catalog's descendants. The enumeration is a value for the Descendants, either All, ImmediateChildren, or None.