C# Class kasthack.vksharp.RawApi.MethodGroup_Docs

Datei anzeigen Open project: kasthack/kasthack.vksharp

Public Methods

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

Private Methods

Method Description
MethodGroup_Docs ( RawApi parent ) : System

Method Details

Add() public method

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

Delete() public method

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

Get() public method

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

GetById() public method

public GetById ( ) : Task
return Task

GetUploadServer() public method

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

GetWallUploadServer() public method

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

Save() public method

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