What is Saaspose.C?ommon.Base?Response and LinkRespon?se[]

n using this example, Split PDF Files|Documentation
What is Saaspose.C​ommon.Base​Response and LinkRespon​se[] in

public class SplitPDFRe​sponse : Saaspose.C​ommon.Base​Response
{
public SplitPdfRe​sult Result { get; set; }
}
public class SplitPdfRe​sult
{
public LinkRespon​se[] Documents { get; set; }
}
?

Submitted from: http://saaspose.com/

Hi Paulo,

I have updated the example. These classes are available in our .NET SDK; code is as follows:

///

/// represents link part of the response
///
public class LinkResponse
{
public string Href { get; set; }
public string Rel { get; set; }
public string Title { get; set; }
public string Type { get; set; }
}

///

/// this class is the base class for every response class
///
public class BaseResponse
{
public BaseResponse() { }

public string Code { get; set; }
public string Status { get; set; }
}

Best Regards,
Muhammad Ijaz

Support Developer, Saaspose
Support Team
http://www.saaspose.com

Thank you!

Sent from Windows Mail

From: Support
Sent: ‎Tuesday‎, ‎April‎ ‎9‎, ‎2013 ‎10‎:‎13‎ ‎PM
To: Paulo Flores