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

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

공개 메소드들

메소드 설명
ConfirmTag ( int tagId, long photoId, int ownerId = null ) : Task
Copy ( long photoId, int ownerId = null, string accessKey = "" ) : Task
CreateAlbum ( string title, string description = "", int groupId = null, PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : Task
Delete ( long photoId, int ownerId = null ) : Task
DeleteAlbum ( long albumId, int groupId = null ) : Task
DeleteComment ( int commentId, int ownerId = null ) : Task
Edit ( long photoId, int ownerId = null, string caption = "" ) : Task
EditAlbum ( long albumId, int ownerId = null, string title = "", string description = "", PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : Task
Get ( SpecialAlbum albumId, int ownerId = null, int photoIds = null, bool rev = true, bool extended = false, FeedType feedType = null, int feed = null, int offset = null, int count = 100 ) : Task
Get ( long albumId = null, int ownerId = null, int photoIds = null, bool rev = true, bool extended = false, FeedType feedType = null, int feed = null, int offset = null, int count = 100 ) : Task
GetAlbums ( int ownerId = null, bool needSystem = true, bool needCovers = true, int offset = null, int count = 100 ) : Task
GetAlbumsCount ( int userId = null, int groupId = null ) : Task
GetAll ( int ownerId = null, bool extended = false, bool noServiceAlbums = false, bool needHidden = null, bool skipHidden = null, int offset = null, int count = 100 ) : Task
GetById ( ) : Task
GetChatUploadServer ( int chatId, int cropX = null, int cropY = null, int cropWidth = null ) : Task
GetOwnerPhotoUploadServer ( ) : Task
GetTags ( long photoId, int ownerId = null, string accessKey = "" ) : Task
GetUploadServer ( long albumId, int groupId = null ) : Task
MakeCover ( long albumId, long photoId, int ownerId = null ) : Task
Move ( long targetAlbumId, long photoId, int ownerId = null ) : Task
RemoveTag ( int tagId, long photoId, int ownerId = null ) : Task
ReorderAlbums ( long albumId, int ownerId = null, long before = null, long after = null ) : Task
ReorderPhotos ( long photoId, int ownerId = null, long before = null, long after = null ) : Task
Report ( long photoId, int ownerId = null, ReportReason reason = null ) : Task
ReportComment ( int commentId, int ownerId = null, ReportReason reason = null ) : Task
Restore ( int ownerId, long photoId ) : Task
RestoreComment ( int commentId, int ownerId = null ) : Task
Save ( long albumId, string server, string photosList, string hash, int groupId = null, double latitude = null, double longitude = null, string caption = "", string description = "" ) : Task

비공개 메소드들

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

메소드 상세

ConfirmTag() 공개 메소드

public ConfirmTag ( int tagId, long photoId, int ownerId = null ) : Task
tagId int
photoId long
ownerId int
리턴 Task

Copy() 공개 메소드

public Copy ( long photoId, int ownerId = null, string accessKey = "" ) : Task
photoId long
ownerId int
accessKey string
리턴 Task

CreateAlbum() 공개 메소드

public CreateAlbum ( string title, string description = "", int groupId = null, PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : Task
title string
description string
groupId int
privacy PrivacyType
commentPrivacy PrivacyType
리턴 Task

Delete() 공개 메소드

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

DeleteAlbum() 공개 메소드

public DeleteAlbum ( long albumId, int groupId = null ) : Task
albumId long
groupId int
리턴 Task

DeleteComment() 공개 메소드

public DeleteComment ( int commentId, int ownerId = null ) : Task
commentId int
ownerId int
리턴 Task

Edit() 공개 메소드

public Edit ( long photoId, int ownerId = null, string caption = "" ) : Task
photoId long
ownerId int
caption string
리턴 Task

EditAlbum() 공개 메소드

public EditAlbum ( long albumId, int ownerId = null, string title = "", string description = "", PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : Task
albumId long
ownerId int
title string
description string
privacy PrivacyType
commentPrivacy PrivacyType
리턴 Task

Get() 공개 메소드

public Get ( SpecialAlbum albumId, int ownerId = null, int photoIds = null, bool rev = true, bool extended = false, FeedType feedType = null, int feed = null, int offset = null, int count = 100 ) : Task
albumId SpecialAlbum
ownerId int
photoIds int
rev bool
extended bool
feedType FeedType
feed int
offset int
count int
리턴 Task

Get() 공개 메소드

public Get ( long albumId = null, int ownerId = null, int photoIds = null, bool rev = true, bool extended = false, FeedType feedType = null, int feed = null, int offset = null, int count = 100 ) : Task
albumId long
ownerId int
photoIds int
rev bool
extended bool
feedType FeedType
feed int
offset int
count int
리턴 Task

GetAlbums() 공개 메소드

public GetAlbums ( int ownerId = null, bool needSystem = true, bool needCovers = true, int offset = null, int count = 100 ) : Task
ownerId int
needSystem bool
needCovers bool
offset int
count int
리턴 Task

GetAlbumsCount() 공개 메소드

public GetAlbumsCount ( int userId = null, int groupId = null ) : Task
userId int
groupId int
리턴 Task

GetAll() 공개 메소드

public GetAll ( int ownerId = null, bool extended = false, bool noServiceAlbums = false, bool needHidden = null, bool skipHidden = null, int offset = null, int count = 100 ) : Task
ownerId int
extended bool
noServiceAlbums bool
needHidden bool
skipHidden bool
offset int
count int
리턴 Task

GetById() 공개 메소드

public GetById ( ) : Task
리턴 Task

GetChatUploadServer() 공개 메소드

public GetChatUploadServer ( int chatId, int cropX = null, int cropY = null, int cropWidth = null ) : Task
chatId int
cropX int
cropY int
cropWidth int
리턴 Task

GetOwnerPhotoUploadServer() 공개 메소드

public GetOwnerPhotoUploadServer ( ) : Task
리턴 Task

GetTags() 공개 메소드

public GetTags ( long photoId, int ownerId = null, string accessKey = "" ) : Task
photoId long
ownerId int
accessKey string
리턴 Task

GetUploadServer() 공개 메소드

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

MakeCover() 공개 메소드

public MakeCover ( long albumId, long photoId, int ownerId = null ) : Task
albumId long
photoId long
ownerId int
리턴 Task

Move() 공개 메소드

public Move ( long targetAlbumId, long photoId, int ownerId = null ) : Task
targetAlbumId long
photoId long
ownerId int
리턴 Task

RemoveTag() 공개 메소드

public RemoveTag ( int tagId, long photoId, int ownerId = null ) : Task
tagId int
photoId long
ownerId int
리턴 Task

ReorderAlbums() 공개 메소드

public ReorderAlbums ( long albumId, int ownerId = null, long before = null, long after = null ) : Task
albumId long
ownerId int
before long
after long
리턴 Task

ReorderPhotos() 공개 메소드

public ReorderPhotos ( long photoId, int ownerId = null, long before = null, long after = null ) : Task
photoId long
ownerId int
before long
after long
리턴 Task

Report() 공개 메소드

public Report ( long photoId, int ownerId = null, ReportReason reason = null ) : Task
photoId long
ownerId int
reason ReportReason
리턴 Task

ReportComment() 공개 메소드

public ReportComment ( int commentId, int ownerId = null, ReportReason reason = null ) : Task
commentId int
ownerId int
reason ReportReason
리턴 Task

Restore() 공개 메소드

public Restore ( int ownerId, long photoId ) : Task
ownerId int
photoId long
리턴 Task

RestoreComment() 공개 메소드

public RestoreComment ( int commentId, int ownerId = null ) : Task
commentId int
ownerId int
리턴 Task

Save() 공개 메소드

public Save ( long albumId, string server, string photosList, string hash, int groupId = null, double latitude = null, double longitude = null, string caption = "", string description = "" ) : Task
albumId long
server string
photosList string
hash string
groupId int
latitude double
longitude double
caption string
description string
리턴 Task