C# Класс SfSdk.Response.ScrapbookResponse

The response type returned on SF.RespAlbum.
Triggered by action SF.ActAlbum.
Наследование: ResponseBase, IScrapbookResponse
Показать файл Открыть проект

Открытые методы

Метод Описание
ScrapbookResponse ( string args, Uri serverUri ) : System

Creates a new scrapbook response.

Описание методов

ScrapbookResponse() публичный Метод

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 .
Результат System