Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IProfile CreateProfile(
	string name,
	string description
)
Visual Basic
Function CreateProfile ( _
	name As String, _
	description As String _
) As IProfile
Visual C++
IProfile^ CreateProfile(
	String^ name, 
	String^ description
)

Parameters

name
Type: System..::..String
description
Type: System..::..String

See Also