Click or drag to resize

Resource Constructor (String, String, String, String, String)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Goals
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public Resource(
	string group,
	string element,
	string ownerID = "",
	string pageID = "",
	string value = ""
)

Parameters

group
Type: SystemString
Resource group.
element
Type: SystemString
The unique identifier for the resource within the given group.
ownerID (Optional)
Type: SystemString
The owner unique identifier for the given resource within the given group.
pageID (Optional)
Type: SystemString
The resource pageID if needed.
value (Optional)
Type: SystemString
The value
Remarks