Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool CanPerformAction(
	SettingsViewType viewType,
	string objectType,
	IFolio folio,
	ISiteManager sm
)
Visual Basic
Function CanPerformAction ( _
	viewType As SettingsViewType, _
	objectType As String, _
	folio As IFolio, _
	sm As ISiteManager _
) As Boolean
Visual C++
bool CanPerformAction(
	SettingsViewType viewType, 
	String^ objectType, 
	IFolio^ folio, 
	ISiteManager^ sm
)

See Also