ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / FlexSheetHelper Class / Save Method
Whether the operation is success
The error message

In This Topic
    Save Method
    In This Topic
    Gets the FlexSheetSaveResponse instance with save result.
    Syntax
    'Declaration
     
    Public Shared Function Save( _
       Optional ByVal success As Boolean, _
       Optional ByVal error As String _
    ) As FlexSheetSaveResponse
    public static FlexSheetSaveResponse Save( 
       bool success,
       string error
    )

    Parameters

    success
    Whether the operation is success
    error
    The error message

    Return Value

    The response data
    See Also