C# 클래스 kasthack.vksharp.RequestApi.MethodGroup_docs

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

공개 메소드들

메소드 설명
Add ( long docId, int ownerId, string accessKey = "" ) : Request
Delete ( long docId, int ownerId = null ) : Request
Get ( int ownerId = null, int offset = null, int count = 100 ) : Request>
GetById ( ) : Request
GetUploadServer ( int groupId = null ) : Request
GetWallUploadServer ( int groupId = null ) : Request
Save ( string file, string title ) : Request

비공개 메소드들

메소드 설명
MethodGroup_docs ( RequestApi parent ) : System

메소드 상세

Add() 공개 메소드

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

Delete() 공개 메소드

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

Get() 공개 메소드

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

GetById() 공개 메소드

public GetById ( ) : Request
리턴 Request

GetUploadServer() 공개 메소드

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

GetWallUploadServer() 공개 메소드

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

Save() 공개 메소드

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