Sdílet prostřednictvím


RecursiveChildProducts Property

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

Gets or sets a value to indicate if the ChildProducts property for this object should be recursive.

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

Syntax

'Declaration
Public Property RecursiveChildProducts As Boolean
'Usage
Dim instance As CategoryConfiguration
Dim value As Boolean

value = instance.RecursiveChildProducts

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

Property Value

Type: System..::.Boolean
true to indicate the ChildProducts property for this object should be loaded recursively; otherwise false.

Remarks

The returned bool indicates if all of the products that are children should be returned or only the first level in the heirarchy. Set the RecursiveChildProducts property to true to search across all descendants, or to false to search only the immediate children of the category configuration.

Permissions

See Also

Reference

CategoryConfiguration Class

CategoryConfiguration Members

Microsoft.CommerceServer.Catalog Namespace