|
|
>-----Original Message-----
>It's a little painful to get that info, but here's the
way to do it using the Commerce Server objects. Use the
Product.GetProductProperties to get iterate through all of
the properies (which I'm sure you know already) and then
look up each property's definition using the
CatalogContext.GetDefinitionProperties method (where the
CatalogContext object is available from
CommerceContext.Current.CatalogSystem). That method
returns a DataSet of all the "property's properties", if
you know what I mean. That should give you access to the
DisplayOnSite property, along with any other's that you
might like to use, or add there). Hope that helps!
>
> - Scott
>
> ----- Ryan Ross wrote: -----
>
> Question (Retail 2002): Display on Site. Is there a
method and property
> associated with the Product Object? Or does it just
set a 1 or 0 in a table,
> and you have to create the procedure?
>
> Thanks,
> Ryan
>
>
>
>.
>
|
|