Restore an object marked for deletion

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

Syntax

C#
bool Restore(
	string id
)
Visual Basic
Function Restore ( _
	id As String _
) As Boolean
Visual C++
bool Restore(
	String^ id
)

Parameters

id
Type: System..::..String

Field Value

Boolean

Return Value

True if restore is successful

See Also