C# 클래스 kasthack.vksharp.RawApi.MethodGroup_Docs

파일 보기 프로젝트 열기: kasthack/kasthack.vksharp

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
MethodGroup_Docs ( RawApi parent ) : System

메소드 상세

Add() 공개 메소드

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

Delete() 공개 메소드

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

Get() 공개 메소드

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

GetById() 공개 메소드

public GetById ( ) : Task
리턴 Task

GetUploadServer() 공개 메소드

public GetUploadServer ( int groupId = null ) : Task
groupId int
리턴 Task

GetWallUploadServer() 공개 메소드

public GetWallUploadServer ( int groupId = null ) : Task
groupId int
리턴 Task

Save() 공개 메소드

public Save ( string file, string title ) : Task
file string
title string
리턴 Task