LoadChildProducts 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 loaded with the object.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property LoadChildProducts As Boolean
'Usage
Dim instance As CategoryConfiguration
Dim value As Boolean
value = instance.LoadChildProducts
instance.LoadChildProducts = value
public bool LoadChildProducts { get; set; }
public:
property bool LoadChildProducts {
bool get ();
void set (bool value);
}
public function get LoadChildProducts () : boolean
public function set LoadChildProducts (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate the ChildProducts property for this object should be loaded with the object; otherwise false.
Remarks
A child product is an object that contains the names of products 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.