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

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Add() 공개 메소드

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

AddSync() 공개 메소드

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

Delete() 공개 메소드

public Delete ( long docId, int ownerId = null ) : System.Threading.Tasks.Task
docId long
ownerId int
리턴 System.Threading.Tasks.Task

DeleteSync() 공개 메소드

public DeleteSync ( long docId, int ownerId = null ) : void
docId long
ownerId int
리턴 void

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

GetByIdSync() 공개 메소드

public GetByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.Document[]
리턴 kasthack.vksharp.DataTypes.Entities.Document[]

GetSync() 공개 메소드

public GetSync ( int ownerId = null, int offset = null, int count = 100 ) : EntityList
ownerId int
offset int
count int
리턴 EntityList

GetUploadServer() 공개 메소드

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

GetUploadServerSync() 공개 메소드

public GetUploadServerSync ( int groupId = null ) : string
groupId int
리턴 string

GetWallUploadServer() 공개 메소드

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

GetWallUploadServerSync() 공개 메소드

public GetWallUploadServerSync ( int groupId = null ) : string
groupId int
리턴 string

Save() 공개 메소드

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

SaveSync() 공개 메소드

public SaveSync ( string file, string title ) : Document[]
file string
title string
리턴 Document[]