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

Syntax

C#
public static bool CanCreateNew(
	SettingsTypes type
)
Visual Basic
Public Shared Function CanCreateNew ( _
	type As SettingsTypes _
) As Boolean
Visual C++
public:
static bool CanCreateNew(
	SettingsTypes type
)

Parameters

type
Type: SettingsTypes

See Also