C# Class kasthack.vksharp.RequestApi.MethodGroup_photos

Datei anzeigen Open project: kasthack/kasthack.vksharp

Public Methods

Method 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

Method Description
MethodGroup_photos ( RequestApi parent ) : System

Method Details

ConfirmTag() public method

public ConfirmTag ( int tagId, long photoId, int ownerId = null ) : Request
tagId int
photoId long
ownerId int
return Request

Copy() public method

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

CreateAlbum() public method

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
return Request

Delete() public method

public Delete ( long photoId, int ownerId = null ) : Request
photoId long
ownerId int
return Request

DeleteAlbum() public method

public DeleteAlbum ( long albumId, int groupId = null ) : Request
albumId long
groupId int
return Request

DeleteComment() public method

public DeleteComment ( int commentId, int ownerId = null ) : Request
commentId int
ownerId int
return Request

Edit() public method

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

EditAlbum() public method

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
return Request

Get() public method

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
return Request>

Get() public method

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
return Request>

GetAlbums() public method

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
return Request>

GetAlbumsCount() public method

public GetAlbumsCount ( int userId = null, int groupId = null ) : Request
userId int
groupId int
return Request

GetAll() public method

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
return Request>

GetById() public method

public GetById ( ) : Request
return Request

GetChatUploadServer() public method

public GetChatUploadServer ( int chatId, int cropX = null, int cropY = null, int cropWidth = null ) : Request
chatId int
cropX int
cropY int
cropWidth int
return Request

GetOwnerPhotoUploadServer() public method

public GetOwnerPhotoUploadServer ( ) : Request
return Request

GetTags() public method

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

GetUploadServer() public method

public GetUploadServer ( long albumId, int groupId = null ) : Request
albumId long
groupId int
return Request

MakeCover() public method

public MakeCover ( long albumId, long photoId, int ownerId = null ) : Request
albumId long
photoId long
ownerId int
return Request

Move() public method

public Move ( long targetAlbumId, long photoId, int ownerId = null ) : Request
targetAlbumId long
photoId long
ownerId int
return Request

RemoveTag() public method

public RemoveTag ( int tagId, long photoId, int ownerId = null ) : Request
tagId int
photoId long
ownerId int
return Request

ReorderAlbums() public method

public ReorderAlbums ( long albumId, int ownerId = null, long before = null, long after = null ) : Request
albumId long
ownerId int
before long
after long
return Request

ReorderPhotos() public method

public ReorderPhotos ( long photoId, int ownerId = null, long before = null, long after = null ) : Request
photoId long
ownerId int
before long
after long
return Request

Report() public method

public Report ( long photoId, int ownerId = null, ReportReason reason = null ) : Request
photoId long
ownerId int
reason ReportReason
return Request

ReportComment() public method

public ReportComment ( int commentId, int ownerId = null, ReportReason reason = null ) : Request
commentId int
ownerId int
reason ReportReason
return Request

Restore() public method

public Restore ( int ownerId, long photoId ) : Request
ownerId int
photoId long
return Request

RestoreComment() public method

public RestoreComment ( int commentId, int ownerId = null ) : Request
commentId int
ownerId int
return Request

Save() public method

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
return Request