Méthode | Description | |
---|---|---|
Add ( long docId, int ownerId, string accessKey = "" ) : Task |
||
AddSync ( long docId, int ownerId, string accessKey = "" ) : int | ||
Delete ( long docId, int ownerId = null ) : System.Threading.Tasks.Task | ||
DeleteSync ( long docId, int ownerId = null ) : void | ||
Get ( int ownerId = null, int offset = null, int count = 100 ) : Task |
||
GetById ( ) : Task |
||
GetByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.Document[] | ||
GetSync ( int ownerId = null, int offset = null, int count = 100 ) : EntityList |
||
GetUploadServer ( int groupId = null ) : Task |
||
GetUploadServerSync ( int groupId = null ) : string | ||
GetWallUploadServer ( int groupId = null ) : Task |
||
GetWallUploadServerSync ( int groupId = null ) : string | ||
Save ( string file, string title ) : Task |
||
SaveSync ( string file, string title ) : Document[] |
Méthode | Description | |
---|---|---|
MethodGroup_Docs ( Api parent ) : System |
public Add ( long docId, int ownerId, string accessKey = "" ) : Task |
||
docId | long | |
ownerId | int | |
accessKey | string | |
Résultat | Task |
public AddSync ( long docId, int ownerId, string accessKey = "" ) : int | ||
docId | long | |
ownerId | int | |
accessKey | string | |
Résultat | int |
public Delete ( long docId, int ownerId = null ) : System.Threading.Tasks.Task | ||
docId | long | |
ownerId | int | |
Résultat | System.Threading.Tasks.Task |
public DeleteSync ( long docId, int ownerId = null ) : void | ||
docId | long | |
ownerId | int | |
Résultat | void |
public Get ( int ownerId = null, int offset = null, int count = 100 ) : Task |
||
ownerId | int | |
offset | int | |
count | int | |
Résultat | Task |
public GetByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.Document[] | ||
Résultat | kasthack.vksharp.DataTypes.Entities.Document[] |
public GetSync ( int ownerId = null, int offset = null, int count = 100 ) : EntityList |
||
ownerId | int | |
offset | int | |
count | int | |
Résultat | EntityList |
public GetUploadServer ( int groupId = null ) : Task |
||
groupId | int | |
Résultat | Task |
public GetUploadServerSync ( int groupId = null ) : string | ||
groupId | int | |
Résultat | string |
public GetWallUploadServer ( int groupId = null ) : Task |
||
groupId | int | |
Résultat | Task |
public GetWallUploadServerSync ( int groupId = null ) : string | ||
groupId | int | |
Résultat | string |
public Save ( string file, string title ) : Task |
||
file | string | |
title | string | |
Résultat | Task |
public SaveSync ( string file, string title ) : Document[] | ||
file | string | |
title | string | |
Résultat | Document[] |