Determine whether a product specific change is to be applied

Namespace: DotNetNuke.Application
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual bool ApplyToProduct(
	string productNames
)
Visual Basic
Public Overridable Function ApplyToProduct ( 
	productNames As String
) As Boolean

Parameters

productNames
Type: System..::..String
list of product names

Return Value

true if product is within list of names

Remarks