Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.