C# Класс kasthack.vksharp.RequestApi.MethodGroup_photos

Показать файл Открыть проект

Открытые методы

Метод Описание
ConfirmTag ( int tagId, long photoId, int ownerId = null ) : Request
Copy ( long photoId, int ownerId = null, string accessKey = "" ) : Request
CreateAlbum ( string title, string description = "", int groupId = null, PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : Request
Delete ( long photoId, int ownerId = null ) : Request
DeleteAlbum ( long albumId, int groupId = null ) : Request
DeleteComment ( int commentId, int ownerId = null ) : Request
Edit ( long photoId, int ownerId = null, string caption = "" ) : Request
EditAlbum ( long albumId, int ownerId = null, string title = "", string description = "", PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : Request
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 ) : Request>
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 ) : Request>
GetAlbums ( int ownerId = null, bool needSystem = true, bool needCovers = true, int offset = null, int count = 100 ) : Request>
GetAlbumsCount ( int userId = null, int groupId = null ) : Request
GetAll ( int ownerId = null, bool extended = false, bool noServiceAlbums = false, bool needHidden = null, bool skipHidden = null, int offset = null, int count = 100 ) : Request>
GetById ( ) : Request
GetChatUploadServer ( int chatId, int cropX = null, int cropY = null, int cropWidth = null ) : Request
GetOwnerPhotoUploadServer ( ) : Request
GetTags ( long photoId, int ownerId = null, string accessKey = "" ) : Request
GetUploadServer ( long albumId, int groupId = null ) : Request
MakeCover ( long albumId, long photoId, int ownerId = null ) : Request
Move ( long targetAlbumId, long photoId, int ownerId = null ) : Request
RemoveTag ( int tagId, long photoId, int ownerId = null ) : Request
ReorderAlbums ( long albumId, int ownerId = null, long before = null, long after = null ) : Request
ReorderPhotos ( long photoId, int ownerId = null, long before = null, long after = null ) : Request
Report ( long photoId, int ownerId = null, ReportReason reason = null ) : Request
ReportComment ( int commentId, int ownerId = null, ReportReason reason = null ) : Request
Restore ( int ownerId, long photoId ) : Request
RestoreComment ( int commentId, int ownerId = null ) : Request
Save ( long albumId, string server, string photosList, string hash, int groupId = null, double latitude = null, double longitude = null, string caption = "", string description = "" ) : Request

Приватные методы

Метод Описание
MethodGroup_photos ( RequestApi parent ) : System

Описание методов

ConfirmTag() публичный Метод

public ConfirmTag ( int tagId, long photoId, int ownerId = null ) : Request
tagId int
photoId long
ownerId int
Результат Request

Copy() публичный Метод

public Copy ( long photoId, int ownerId = null, string accessKey = "" ) : Request
photoId long
ownerId int
accessKey string
Результат Request

CreateAlbum() публичный Метод

public CreateAlbum ( string title, string description = "", int groupId = null, PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : Request
title string
description string
groupId int
privacy PrivacyType
commentPrivacy PrivacyType
Результат Request

Delete() публичный Метод

public Delete ( long photoId, int ownerId = null ) : Request
photoId long
ownerId int
Результат Request

DeleteAlbum() публичный Метод

public DeleteAlbum ( long albumId, int groupId = null ) : Request
albumId long
groupId int
Результат Request

DeleteComment() публичный Метод

public DeleteComment ( int commentId, int ownerId = null ) : Request
commentId int
ownerId int
Результат Request

Edit() публичный Метод

public Edit ( long photoId, int ownerId = null, string caption = "" ) : Request
photoId long
ownerId int
caption string
Результат Request

EditAlbum() публичный Метод

public EditAlbum ( long albumId, int ownerId = null, string title = "", string description = "", PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : Request
albumId long
ownerId int
title string
description string
privacy PrivacyType
commentPrivacy PrivacyType
Результат Request

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 ) : Request>
albumId SpecialAlbum
ownerId int
photoIds int
rev bool
extended bool
feedType FeedType
feed int
offset int
count int
Результат Request>

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 ) : Request>
albumId long
ownerId int
photoIds int
rev bool
extended bool
feedType FeedType
feed int
offset int
count int
Результат Request>

GetAlbums() публичный Метод

public GetAlbums ( int ownerId = null, bool needSystem = true, bool needCovers = true, int offset = null, int count = 100 ) : Request>
ownerId int
needSystem bool
needCovers bool
offset int
count int
Результат Request>

GetAlbumsCount() публичный Метод

public GetAlbumsCount ( int userId = null, int groupId = null ) : Request
userId int
groupId int
Результат Request

GetAll() публичный Метод

public GetAll ( int ownerId = null, bool extended = false, bool noServiceAlbums = false, bool needHidden = null, bool skipHidden = null, int offset = null, int count = 100 ) : Request>
ownerId int
extended bool
noServiceAlbums bool
needHidden bool
skipHidden bool
offset int
count int
Результат Request>

GetById() публичный Метод

public GetById ( ) : Request
Результат Request

GetChatUploadServer() публичный Метод

public GetChatUploadServer ( int chatId, int cropX = null, int cropY = null, int cropWidth = null ) : Request
chatId int
cropX int
cropY int
cropWidth int
Результат Request

GetOwnerPhotoUploadServer() публичный Метод

public GetOwnerPhotoUploadServer ( ) : Request
Результат Request

GetTags() публичный Метод

public GetTags ( long photoId, int ownerId = null, string accessKey = "" ) : Request
photoId long
ownerId int
accessKey string
Результат Request

GetUploadServer() публичный Метод

public GetUploadServer ( long albumId, int groupId = null ) : Request
albumId long
groupId int
Результат Request

MakeCover() публичный Метод

public MakeCover ( long albumId, long photoId, int ownerId = null ) : Request
albumId long
photoId long
ownerId int
Результат Request

Move() публичный Метод

public Move ( long targetAlbumId, long photoId, int ownerId = null ) : Request
targetAlbumId long
photoId long
ownerId int
Результат Request

RemoveTag() публичный Метод

public RemoveTag ( int tagId, long photoId, int ownerId = null ) : Request
tagId int
photoId long
ownerId int
Результат Request

ReorderAlbums() публичный Метод

public ReorderAlbums ( long albumId, int ownerId = null, long before = null, long after = null ) : Request
albumId long
ownerId int
before long
after long
Результат Request

ReorderPhotos() публичный Метод

public ReorderPhotos ( long photoId, int ownerId = null, long before = null, long after = null ) : Request
photoId long
ownerId int
before long
after long
Результат Request

Report() публичный Метод

public Report ( long photoId, int ownerId = null, ReportReason reason = null ) : Request
photoId long
ownerId int
reason ReportReason
Результат Request

ReportComment() публичный Метод

public ReportComment ( int commentId, int ownerId = null, ReportReason reason = null ) : Request
commentId int
ownerId int
reason ReportReason
Результат Request

Restore() публичный Метод

public Restore ( int ownerId, long photoId ) : Request
ownerId int
photoId long
Результат Request

RestoreComment() публичный Метод

public RestoreComment ( int commentId, int ownerId = null ) : Request
commentId int
ownerId int
Результат Request

Save() публичный Метод

public Save ( long albumId, string server, string photosList, string hash, int groupId = null, double latitude = null, double longitude = null, string caption = "", string description = "" ) : Request
albumId long
server string
photosList string
hash string
groupId int
latitude double
longitude double
caption string
description string
Результат Request