VisualFormatterRemove Method (String) |
Remove the items of the specified project.
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual int Remove(
string projectId
)
Public Overridable Function Remove (
projectId As String
) As Integer
Parameters
- projectId
- Type: SystemString
- The project id.
Return Value
Type:
Int32DecodeException.SUCCESS in case it succeeds, otherwise it returns an error code if the
exceptions are disabled or throws a DecodeException in case the exceptions are enabled.
Exceptions Remarks See Also