Share via


SiteResources Property

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

Gets the collection that contains the resources installed in a site.

Namespace:  Microsoft.CommerceServer.Marketing.WebService
Assembly:  Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)

Syntax

'Declaration
Public Shared ReadOnly Property SiteResources As CommerceResourceCollection
'Usage
Dim value As CommerceResourceCollection

value = MarketingWebService.SiteResources
public static CommerceResourceCollection SiteResources { get; }
public:
static property CommerceResourceCollection^ SiteResources {
    CommerceResourceCollection^ get ();
}
public static function get SiteResources () : CommerceResourceCollection

Property Value

Type: Microsoft.CommerceServer.Runtime.Configuration..::.CommerceResourceCollection
A collection that represents the site resources for a given site.

Remarks

The returned CommerceResourceCollection serves as a lookup mechanism for all resources installed in a site.

Permissions

See Also

Reference

MarketingWebService Class

MarketingWebService Members

Microsoft.CommerceServer.Marketing.WebService Namespace