C# Class kasthack.vksharp.RequestApi.MethodGroup_docs

Datei anzeigen Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
Add ( long docId, int ownerId, string accessKey = "" ) : Request
Delete ( long docId, int ownerId = null ) : Request
Get ( int ownerId = null, int offset = null, int count = 100 ) : Request>
GetById ( ) : Request
GetUploadServer ( int groupId = null ) : Request
GetWallUploadServer ( int groupId = null ) : Request
Save ( string file, string title ) : Request

Private Methods

Method Description
MethodGroup_docs ( RequestApi parent ) : System

Method Details

Add() public method

public Add ( long docId, int ownerId, string accessKey = "" ) : Request
docId long
ownerId int
accessKey string
return Request

Delete() public method

public Delete ( long docId, int ownerId = null ) : Request
docId long
ownerId int
return Request

Get() public method

public Get ( int ownerId = null, int offset = null, int count = 100 ) : Request>
ownerId int
offset int
count int
return Request>

GetById() public method

public GetById ( ) : Request
return Request

GetUploadServer() public method

public GetUploadServer ( int groupId = null ) : Request
groupId int
return Request

GetWallUploadServer() public method

public GetWallUploadServer ( int groupId = null ) : Request
groupId int
return Request

Save() public method

public Save ( string file, string title ) : Request
file string
title string
return Request