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 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
- 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