C# Class kasthack.vksharp.RequestApi.MethodGroup_photos

Afficher le fichier Open project: kasthack/kasthack.vksharp

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
MethodGroup_photos ( RequestApi parent ) : System

Method Details

ConfirmTag() public méthode

public ConfirmTag ( int tagId, long photoId, int ownerId = null ) : Request
tagId int
photoId long
ownerId int
Résultat Request

Copy() public méthode

public Copy ( long photoId, int ownerId = null, string accessKey = "" ) : Request
photoId long
ownerId int
accessKey string
Résultat Request

CreateAlbum() public méthode

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
Résultat Request

Delete() public méthode

public Delete ( long photoId, int ownerId = null ) : Request
photoId long
ownerId int
Résultat Request

DeleteAlbum() public méthode

public DeleteAlbum ( long albumId, int groupId = null ) : Request
albumId long
groupId int
Résultat Request

DeleteComment() public méthode

public DeleteComment ( int commentId, int ownerId = null ) : Request
commentId int
ownerId int
Résultat Request

Edit() public méthode

public Edit ( long photoId, int ownerId = null, string caption = "" ) : Request
photoId long
ownerId int
caption string
Résultat Request

EditAlbum() public méthode

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
Résultat Request

Get() public méthode

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
Résultat Request>

Get() public méthode

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
Résultat Request>

GetAlbums() public méthode

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
Résultat Request>

GetAlbumsCount() public méthode

public GetAlbumsCount ( int userId = null, int groupId = null ) : Request
userId int
groupId int
Résultat Request

GetAll() public méthode

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
Résultat Request>

GetById() public méthode

public GetById ( ) : Request
Résultat Request

GetChatUploadServer() public méthode

public GetChatUploadServer ( int chatId, int cropX = null, int cropY = null, int cropWidth = null ) : Request
chatId int
cropX int
cropY int
cropWidth int
Résultat Request

GetOwnerPhotoUploadServer() public méthode

public GetOwnerPhotoUploadServer ( ) : Request
Résultat Request

GetTags() public méthode

public GetTags ( long photoId, int ownerId = null, string accessKey = "" ) : Request
photoId long
ownerId int
accessKey string
Résultat Request

GetUploadServer() public méthode

public GetUploadServer ( long albumId, int groupId = null ) : Request
albumId long
groupId int
Résultat Request

MakeCover() public méthode

public MakeCover ( long albumId, long photoId, int ownerId = null ) : Request
albumId long
photoId long
ownerId int
Résultat Request

Move() public méthode

public Move ( long targetAlbumId, long photoId, int ownerId = null ) : Request
targetAlbumId long
photoId long
ownerId int
Résultat Request

RemoveTag() public méthode

public RemoveTag ( int tagId, long photoId, int ownerId = null ) : Request
tagId int
photoId long
ownerId int
Résultat Request

ReorderAlbums() public méthode

public ReorderAlbums ( long albumId, int ownerId = null, long before = null, long after = null ) : Request
albumId long
ownerId int
before long
after long
Résultat Request

ReorderPhotos() public méthode

public ReorderPhotos ( long photoId, int ownerId = null, long before = null, long after = null ) : Request
photoId long
ownerId int
before long
after long
Résultat Request

Report() public méthode

public Report ( long photoId, int ownerId = null, ReportReason reason = null ) : Request
photoId long
ownerId int
reason ReportReason
Résultat Request

ReportComment() public méthode

public ReportComment ( int commentId, int ownerId = null, ReportReason reason = null ) : Request
commentId int
ownerId int
reason ReportReason
Résultat Request

Restore() public méthode

public Restore ( int ownerId, long photoId ) : Request
ownerId int
photoId long
Résultat Request

RestoreComment() public méthode

public RestoreComment ( int commentId, int ownerId = null ) : Request
commentId int
ownerId int
Résultat Request

Save() public méthode

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
Résultat Request