Method | Description | |
---|---|---|
Add ( long docId, int ownerId, string accessKey = "" ) : Task |
||
Delete ( long docId, int ownerId = null ) : Task |
||
Get ( int ownerId = null, int offset = null, int count = 100 ) : Task |
||
GetById ( ) : Task |
||
GetUploadServer ( int groupId = null ) : Task |
||
GetWallUploadServer ( int groupId = null ) : Task |
||
Save ( string file, string title ) : Task |
Method | Description | |
---|---|---|
MethodGroup_Docs ( |
public Add ( long docId, int ownerId, string accessKey = "" ) : Task |
||
docId | long | |
ownerId | int | |
accessKey | string | |
return | Task |
public Delete ( long docId, int ownerId = null ) : Task |
||
docId | long | |
ownerId | int | |
return | Task |
public Get ( int ownerId = null, int offset = null, int count = 100 ) : Task |
||
ownerId | int | |
offset | int | |
count | int | |
return | Task |
public GetUploadServer ( int groupId = null ) : Task |
||
groupId | int | |
return | Task |
public GetWallUploadServer ( int groupId = null ) : Task |
||
groupId | int | |
return | Task |
public Save ( string file, string title ) : Task |
||
file | string | |
title | string | |
return | Task |