Share via


ParentPropertiesToReturn Property

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

Gets or sets the properties to return for ParentCategories, CanonicalCategories and AncestorCategories.

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

Syntax

'Declaration
Public Property ParentPropertiesToReturn As String
'Usage
Dim instance As CatalogItemConfiguration
Dim value As String

value = instance.ParentPropertiesToReturn

instance.ParentPropertiesToReturn = value
public string ParentPropertiesToReturn { get; set; }
public:
property String^ ParentPropertiesToReturn {
    String^ get ();
    void set (String^ value);
}
public function get ParentPropertiesToReturn () : String
public function set ParentPropertiesToReturn (value : String)

Property Value

Type: System..::.String
The properties to return for ParentCategories, CanonicalCategories and AncestorCategories.

Remarks

Configure the properties to return for ParentCategories, CanonicalCategories and AncestorCategories.

The ParentCategories contains a collection containing the parent categories for the current catalog item.

The CanonicalCategories contains a collection containing the canonical categories for the current catalog item.

The AncestorCategories contains a collection of the ancestor categories for the current catalog item.

Permissions

See Also

Reference

CatalogItemConfiguration Class

CatalogItemConfiguration Members

Microsoft.CommerceServer.Catalog Namespace