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.
Gets or sets a value to indicate if the ChildCategories property for this object should be loaded with the object.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property LoadChildCategories As Boolean
'Usage
Dim instance As CategoryConfiguration
Dim value As Boolean
value = instance.LoadChildCategories
instance.LoadChildCategories = value
public bool LoadChildCategories { get; set; }
public:
property bool LoadChildCategories {
bool get ();
void set (bool value);
}
public function get LoadChildCategories () : boolean
public function set LoadChildCategories (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate the ChildCategories property for this object should be loaded with the object; otherwise false.
Remarks
A child category is an object that contains the names of categories that exist below this category in the hierarchy
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.