C# Class kasthack.vksharp.RawApi.MethodGroup_Docs

Afficher le fichier Open project: kasthack/kasthack.vksharp

Méthodes publiques

Méthode 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

Méthode Description
MethodGroup_Docs ( RawApi parent ) : System

Method Details

Add() public méthode

public Add ( long docId, int ownerId, string accessKey = "" ) : Task
docId long
ownerId int
accessKey string
Résultat Task

Delete() public méthode

public Delete ( long docId, int ownerId = null ) : Task
docId long
ownerId int
Résultat Task

Get() public méthode

public Get ( int ownerId = null, int offset = null, int count = 100 ) : Task
ownerId int
offset int
count int
Résultat Task

GetById() public méthode

public GetById ( ) : Task
Résultat Task

GetUploadServer() public méthode

public GetUploadServer ( int groupId = null ) : Task
groupId int
Résultat Task

GetWallUploadServer() public méthode

public GetWallUploadServer ( int groupId = null ) : Task
groupId int
Résultat Task

Save() public méthode

public Save ( string file, string title ) : Task
file string
title string
Résultat Task