C# Class kasthack.vksharp.Api.MethodGroup_Docs

Afficher le fichier Open project: kasthack/kasthack.vksharp

Méthodes publiques

Méthode Description
Add ( long docId, int ownerId, string accessKey = "" ) : Task
AddSync ( long docId, int ownerId, string accessKey = "" ) : int
Delete ( long docId, int ownerId = null ) : System.Threading.Tasks.Task
DeleteSync ( long docId, int ownerId = null ) : void
Get ( int ownerId = null, int offset = null, int count = 100 ) : Task>
GetById ( ) : Task
GetByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.Document[]
GetSync ( int ownerId = null, int offset = null, int count = 100 ) : EntityList
GetUploadServer ( int groupId = null ) : Task
GetUploadServerSync ( int groupId = null ) : string
GetWallUploadServer ( int groupId = null ) : Task
GetWallUploadServerSync ( int groupId = null ) : string
Save ( string file, string title ) : Task
SaveSync ( string file, string title ) : Document[]

Private Methods

Méthode Description
MethodGroup_Docs ( Api 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

AddSync() public méthode

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

Delete() public méthode

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

DeleteSync() public méthode

public DeleteSync ( long docId, int ownerId = null ) : void
docId long
ownerId int
Résultat void

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

GetByIdSync() public méthode

public GetByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.Document[]
Résultat kasthack.vksharp.DataTypes.Entities.Document[]

GetSync() public méthode

public GetSync ( int ownerId = null, int offset = null, int count = 100 ) : EntityList
ownerId int
offset int
count int
Résultat EntityList

GetUploadServer() public méthode

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

GetUploadServerSync() public méthode

public GetUploadServerSync ( int groupId = null ) : string
groupId int
Résultat string

GetWallUploadServer() public méthode

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

GetWallUploadServerSync() public méthode

public GetWallUploadServerSync ( int groupId = null ) : string
groupId int
Résultat string

Save() public méthode

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

SaveSync() public méthode

public SaveSync ( string file, string title ) : Document[]
file string
title string
Résultat Document[]