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