LoadCanonicalCategories Property

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

Gets or sets a value indicating whether the CanonicalCategories property for this object should be loaded when the object is loaded.

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

Syntax

'Declaration
Public Property LoadCanonicalCategories As Boolean
'Usage
Dim instance As CatalogItemConfiguration
Dim value As Boolean

value = instance.LoadCanonicalCategories

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

Property Value

Type: System..::.Boolean
true to indicate the CanonicalCategories should be loaded; otherwise false.

Remarks

Indicates if the CanonicalCategories property for this object should be loaded when the object is loaded.

Permissions

See Also

Reference

CatalogItemConfiguration Class

CatalogItemConfiguration Members

Microsoft.CommerceServer.Catalog Namespace