Share via


RecursiveChildCategories Property

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

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

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

Syntax

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

value = instance.RecursiveChildCategories

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

Property Value

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

Remarks

The returned bool indicates if all of the categories that are children should be returned or only the first level in the heirarchy. Set the RecursiveChildCategories 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