Method | Description | |
---|---|---|
ConfirmTag ( int tagId, long photoId, int ownerId = null ) : System.Threading.Tasks.Task | ||
ConfirmTagSync ( int tagId, long photoId, int ownerId = null ) : void | ||
Copy ( long photoId, int ownerId = null, string accessKey = "" ) : Task |
||
CopySync ( long photoId, int ownerId = null, string accessKey = "" ) : long | ||
CreateAlbum ( string title, string description = "", int groupId = null, PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : Task |
||
CreateAlbumSync ( string title, string description = "", int groupId = null, PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : |
||
Delete ( long photoId, int ownerId = null ) : System.Threading.Tasks.Task | ||
DeleteAlbum ( long albumId, int groupId = null ) : System.Threading.Tasks.Task | ||
DeleteAlbumSync ( long albumId, int groupId = null ) : void | ||
DeleteComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task | ||
DeleteCommentSync ( int commentId, int ownerId = null ) : void | ||
DeleteSync ( long photoId, int ownerId = null ) : void | ||
Edit ( long photoId, int ownerId = null, string caption = "" ) : System.Threading.Tasks.Task | ||
EditAlbum ( long albumId, int ownerId = null, string title = "", string description = "", PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : System.Threading.Tasks.Task | ||
EditAlbumSync ( long albumId, int ownerId = null, string title = "", string description = "", PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : void | ||
EditSync ( long photoId, int ownerId = null, string caption = "" ) : void | ||
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 |
||
GetAlbumsCountSync ( int userId = null, int groupId = null ) : int | ||
GetAlbumsSync ( int ownerId = null, bool needSystem = true, bool needCovers = true, int offset = null, int count = 100 ) : EntityList |
||
GetAll ( int ownerId = null, bool extended = false, bool noServiceAlbums = false, bool needHidden = null, bool skipHidden = null, int offset = null, int count = 100 ) : Task |
||
GetAllSync ( int ownerId = null, bool extended = false, bool noServiceAlbums = false, bool needHidden = null, bool skipHidden = null, int offset = null, int count = 100 ) : EntityList |
||
GetById ( ) : Task |
||
GetByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.Photo[] | ||
GetChatUploadServer ( int chatId, int cropX = null, int cropY = null, int cropWidth = null ) : Task |
||
GetChatUploadServerSync ( int chatId, int cropX = null, int cropY = null, int cropWidth = null ) : |
||
GetOwnerPhotoUploadServer ( ) : Task |
||
GetOwnerPhotoUploadServerSync ( ) : string | ||
GetSync ( 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 ) : EntityList |
||
GetSync ( 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 ) : EntityList |
||
GetTags ( long photoId, int ownerId = null, string accessKey = "" ) : Task |
||
GetTagsSync ( long photoId, int ownerId = null, string accessKey = "" ) : kasthack.vksharp.DataTypes.Entities.PhotoTag[] | ||
GetUploadServer ( long albumId, int groupId = null ) : Task |
||
GetUploadServerSync ( long albumId, int groupId = null ) : |
||
MakeCover ( long albumId, long photoId, int ownerId = null ) : System.Threading.Tasks.Task | ||
MakeCoverSync ( long albumId, long photoId, int ownerId = null ) : void | ||
Move ( long targetAlbumId, long photoId, int ownerId = null ) : System.Threading.Tasks.Task | ||
MoveSync ( long targetAlbumId, long photoId, int ownerId = null ) : void | ||
RemoveTag ( int tagId, long photoId, int ownerId = null ) : System.Threading.Tasks.Task | ||
RemoveTagSync ( int tagId, long photoId, int ownerId = null ) : void | ||
ReorderAlbums ( long albumId, int ownerId = null, long before = null, long after = null ) : System.Threading.Tasks.Task | ||
ReorderAlbumsSync ( long albumId, int ownerId = null, long before = null, long after = null ) : void | ||
ReorderPhotos ( long photoId, int ownerId = null, long before = null, long after = null ) : System.Threading.Tasks.Task | ||
ReorderPhotosSync ( long photoId, int ownerId = null, long before = null, long after = null ) : void | ||
Report ( long photoId, int ownerId = null, ReportReason reason = null ) : System.Threading.Tasks.Task | ||
ReportComment ( int commentId, int ownerId = null, ReportReason reason = null ) : System.Threading.Tasks.Task | ||
ReportCommentSync ( int commentId, int ownerId = null, ReportReason reason = null ) : void | ||
ReportSync ( long photoId, int ownerId = null, ReportReason reason = null ) : void | ||
Restore ( int ownerId, long photoId ) : System.Threading.Tasks.Task | ||
RestoreComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task | ||
RestoreCommentSync ( int commentId, int ownerId = null ) : void | ||
RestoreSync ( int ownerId, long photoId ) : void | ||
Save ( long albumId, string server, string photosList, string hash, int groupId = null, double latitude = null, double longitude = null, string caption = "", string description = "" ) : Task |
||
SaveSync ( long albumId, string server, string photosList, string hash, int groupId = null, double latitude = null, double longitude = null, string caption = "", string description = "" ) : kasthack.vksharp.DataTypes.Entities.Photo[] |
Method | Description | |
---|---|---|
MethodGroup_Photos ( |
public ConfirmTag ( int tagId, long photoId, int ownerId = null ) : System.Threading.Tasks.Task | ||
tagId | int | |
photoId | long | |
ownerId | int | |
return | System.Threading.Tasks.Task |
public ConfirmTagSync ( int tagId, long photoId, int ownerId = null ) : void | ||
tagId | int | |
photoId | long | |
ownerId | int | |
return | void |
public Copy ( long photoId, int ownerId = null, string accessKey = "" ) : Task |
||
photoId | long | |
ownerId | int | |
accessKey | string | |
return | Task |
public CopySync ( long photoId, int ownerId = null, string accessKey = "" ) : long | ||
photoId | long | |
ownerId | int | |
accessKey | string | |
return | long |
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 | |
return | Task |
public CreateAlbumSync ( string title, string description = "", int groupId = null, PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : |
||
title | string | |
description | string | |
groupId | int | |
privacy | PrivacyType | |
commentPrivacy | PrivacyType | |
return |
public Delete ( long photoId, int ownerId = null ) : System.Threading.Tasks.Task | ||
photoId | long | |
ownerId | int | |
return | System.Threading.Tasks.Task |
public DeleteAlbum ( long albumId, int groupId = null ) : System.Threading.Tasks.Task | ||
albumId | long | |
groupId | int | |
return | System.Threading.Tasks.Task |
public DeleteAlbumSync ( long albumId, int groupId = null ) : void | ||
albumId | long | |
groupId | int | |
return | void |
public DeleteComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task | ||
commentId | int | |
ownerId | int | |
return | System.Threading.Tasks.Task |
public DeleteCommentSync ( int commentId, int ownerId = null ) : void | ||
commentId | int | |
ownerId | int | |
return | void |
public DeleteSync ( long photoId, int ownerId = null ) : void | ||
photoId | long | |
ownerId | int | |
return | void |
public Edit ( long photoId, int ownerId = null, string caption = "" ) : System.Threading.Tasks.Task | ||
photoId | long | |
ownerId | int | |
caption | string | |
return | System.Threading.Tasks.Task |
public EditAlbum ( long albumId, int ownerId = null, string title = "", string description = "", PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : System.Threading.Tasks.Task | ||
albumId | long | |
ownerId | int | |
title | string | |
description | string | |
privacy | PrivacyType | |
commentPrivacy | PrivacyType | |
return | System.Threading.Tasks.Task |
public EditAlbumSync ( long albumId, int ownerId = null, string title = "", string description = "", PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : void | ||
albumId | long | |
ownerId | int | |
title | string | |
description | string | |
privacy | PrivacyType | |
commentPrivacy | PrivacyType | |
return | void |
public EditSync ( long photoId, int ownerId = null, string caption = "" ) : void | ||
photoId | long | |
ownerId | int | |
caption | string | |
return | void |
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 | |
return | Task |
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 | |
return | Task |
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 | |
return | Task |
public GetAlbumsCount ( int userId = null, int groupId = null ) : Task |
||
userId | int | |
groupId | int | |
return | Task |
public GetAlbumsCountSync ( int userId = null, int groupId = null ) : int | ||
userId | int | |
groupId | int | |
return | int |
public GetAlbumsSync ( int ownerId = null, bool needSystem = true, bool needCovers = true, int offset = null, int count = 100 ) : EntityList |
||
ownerId | int | |
needSystem | bool | |
needCovers | bool | |
offset | int | |
count | int | |
return | EntityList |
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 | |
return | Task |
public GetAllSync ( int ownerId = null, bool extended = false, bool noServiceAlbums = false, bool needHidden = null, bool skipHidden = null, int offset = null, int count = 100 ) : EntityList |
||
ownerId | int | |
extended | bool | |
noServiceAlbums | bool | |
needHidden | bool | |
skipHidden | bool | |
offset | int | |
count | int | |
return | EntityList |
public GetByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.Photo[] | ||
return | kasthack.vksharp.DataTypes.Entities.Photo[] |
public GetChatUploadServer ( int chatId, int cropX = null, int cropY = null, int cropWidth = null ) : Task |
||
chatId | int | |
cropX | int | |
cropY | int | |
cropWidth | int | |
return | Task |
public GetChatUploadServerSync ( int chatId, int cropX = null, int cropY = null, int cropWidth = null ) : |
||
chatId | int | |
cropX | int | |
cropY | int | |
cropWidth | int | |
return |
public GetOwnerPhotoUploadServerSync ( ) : string | ||
return | string |
public GetSync ( 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 ) : EntityList |
||
albumId | SpecialAlbum | |
ownerId | int | |
photoIds | int | |
rev | bool | |
extended | bool | |
feedType | FeedType | |
feed | int | |
offset | int | |
count | int | |
return | EntityList |
public GetSync ( 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 ) : EntityList |
||
albumId | long | |
ownerId | int | |
photoIds | int | |
rev | bool | |
extended | bool | |
feedType | FeedType | |
feed | int | |
offset | int | |
count | int | |
return | EntityList |
public GetTags ( long photoId, int ownerId = null, string accessKey = "" ) : Task |
||
photoId | long | |
ownerId | int | |
accessKey | string | |
return | Task |
public GetTagsSync ( long photoId, int ownerId = null, string accessKey = "" ) : kasthack.vksharp.DataTypes.Entities.PhotoTag[] | ||
photoId | long | |
ownerId | int | |
accessKey | string | |
return | kasthack.vksharp.DataTypes.Entities.PhotoTag[] |
public GetUploadServer ( long albumId, int groupId = null ) : Task |
||
albumId | long | |
groupId | int | |
return | Task |
public GetUploadServerSync ( long albumId, int groupId = null ) : |
||
albumId | long | |
groupId | int | |
return |
public MakeCover ( long albumId, long photoId, int ownerId = null ) : System.Threading.Tasks.Task | ||
albumId | long | |
photoId | long | |
ownerId | int | |
return | System.Threading.Tasks.Task |
public MakeCoverSync ( long albumId, long photoId, int ownerId = null ) : void | ||
albumId | long | |
photoId | long | |
ownerId | int | |
return | void |
public Move ( long targetAlbumId, long photoId, int ownerId = null ) : System.Threading.Tasks.Task | ||
targetAlbumId | long | |
photoId | long | |
ownerId | int | |
return | System.Threading.Tasks.Task |
public MoveSync ( long targetAlbumId, long photoId, int ownerId = null ) : void | ||
targetAlbumId | long | |
photoId | long | |
ownerId | int | |
return | void |
public RemoveTag ( int tagId, long photoId, int ownerId = null ) : System.Threading.Tasks.Task | ||
tagId | int | |
photoId | long | |
ownerId | int | |
return | System.Threading.Tasks.Task |
public RemoveTagSync ( int tagId, long photoId, int ownerId = null ) : void | ||
tagId | int | |
photoId | long | |
ownerId | int | |
return | void |
public ReorderAlbums ( long albumId, int ownerId = null, long before = null, long after = null ) : System.Threading.Tasks.Task | ||
albumId | long | |
ownerId | int | |
before | long | |
after | long | |
return | System.Threading.Tasks.Task |
public ReorderAlbumsSync ( long albumId, int ownerId = null, long before = null, long after = null ) : void | ||
albumId | long | |
ownerId | int | |
before | long | |
after | long | |
return | void |
public ReorderPhotos ( long photoId, int ownerId = null, long before = null, long after = null ) : System.Threading.Tasks.Task | ||
photoId | long | |
ownerId | int | |
before | long | |
after | long | |
return | System.Threading.Tasks.Task |
public ReorderPhotosSync ( long photoId, int ownerId = null, long before = null, long after = null ) : void | ||
photoId | long | |
ownerId | int | |
before | long | |
after | long | |
return | void |
public Report ( long photoId, int ownerId = null, ReportReason reason = null ) : System.Threading.Tasks.Task | ||
photoId | long | |
ownerId | int | |
reason | ReportReason | |
return | System.Threading.Tasks.Task |
public ReportComment ( int commentId, int ownerId = null, ReportReason reason = null ) : System.Threading.Tasks.Task | ||
commentId | int | |
ownerId | int | |
reason | ReportReason | |
return | System.Threading.Tasks.Task |
public ReportCommentSync ( int commentId, int ownerId = null, ReportReason reason = null ) : void | ||
commentId | int | |
ownerId | int | |
reason | ReportReason | |
return | void |
public ReportSync ( long photoId, int ownerId = null, ReportReason reason = null ) : void | ||
photoId | long | |
ownerId | int | |
reason | ReportReason | |
return | void |
public Restore ( int ownerId, long photoId ) : System.Threading.Tasks.Task | ||
ownerId | int | |
photoId | long | |
return | System.Threading.Tasks.Task |
public RestoreComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task | ||
commentId | int | |
ownerId | int | |
return | System.Threading.Tasks.Task |
public RestoreCommentSync ( int commentId, int ownerId = null ) : void | ||
commentId | int | |
ownerId | int | |
return | void |
public RestoreSync ( int ownerId, long photoId ) : void | ||
ownerId | int | |
photoId | long | |
return | void |
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 | |
return | Task |
public SaveSync ( long albumId, string server, string photosList, string hash, int groupId = null, double latitude = null, double longitude = null, string caption = "", string description = "" ) : kasthack.vksharp.DataTypes.Entities.Photo[] | ||
albumId | long | |
server | string | |
photosList | string | |
hash | string | |
groupId | int | |
latitude | double | |
longitude | double | |
caption | string | |
description | string | |
return | kasthack.vksharp.DataTypes.Entities.Photo[] |