See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.VisualStudioWizards
Assembly: NTier.VisualStudioWizards (in NTier.VisualStudioWizards.dll) Version: 1.0.0.0

Syntax

C#
public bool ShouldAddProjectItem(
	string filePath
)
Visual Basic
Public Function ShouldAddProjectItem ( 
	filePath As String
) As Boolean
Visual C++
public:
virtual bool ShouldAddProjectItem(
	String^ filePath
) sealed

Parameters

filePath
Type: System..::..String

Return Value

Type: Boolean

Implements

IWizardShouldAddProjectItem(String)

See Also