C# Class SfSdk.Response.ScrapbookResponse

The response type returned on SF.RespAlbum.
Triggered by action SF.ActAlbum.
Inheritance: ResponseBase, IScrapbookResponse
Mostrar archivo Open project: ebeeb/SfSdk

Public Methods

Method Description
ScrapbookResponse ( string args, Uri serverUri ) : System

Creates a new scrapbook response.

Method Details

ScrapbookResponse() public method

Creates a new scrapbook response.
When the arguments have not a minimum length of 1. When serverUri is null.
public ScrapbookResponse ( string args, Uri serverUri ) : System
args string The response arguments.
serverUri System.Uri The server's .
return System