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 indicating whether the AncestorCategories 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 LoadAncestorCategories As Boolean
'Usage
Dim instance As CatalogItemConfiguration
Dim value As Boolean
value = instance.LoadAncestorCategories
instance.LoadAncestorCategories = value
public bool LoadAncestorCategories { get; set; }
public:
property bool LoadAncestorCategories {
bool get ();
void set (bool value);
}
public function get LoadAncestorCategories () : boolean
public function set LoadAncestorCategories (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate the LoadAncestorCategories should be loaded; otherwise false.
Remarks
Indicates if the AncestorCategories property for this object should be loaded when the object is loaded.
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.
See Also
Reference
CatalogItemConfiguration Class