Метод | Описание | |
---|---|---|
BoxWebLinksManager ( IBoxConfig config, IBoxService service, IBoxConverter converter, IAuthRepository auth, string asUser = null, bool suppressNotifications = null ) : Box.V2.Auth | ||
CreateWebLinkAsync ( |
Creates a web link object within a given folder.
|
|
DeleteWebLinkAsync ( string webLinkId ) : Task |
Deletes a web link and moves it to the trash.
|
|
GetWebLinkAsync ( string webLinkId ) : Task |
Use to get information about the web link.
|
|
UpdateWebLinkAsync ( string webLinkId, |
Updates information for a web link.
|
public BoxWebLinksManager ( IBoxConfig config, IBoxService service, IBoxConverter converter, IAuthRepository auth, string asUser = null, bool suppressNotifications = null ) : Box.V2.Auth | ||
config | IBoxConfig | |
service | IBoxService | |
converter | IBoxConverter | |
auth | IAuthRepository | |
asUser | string | |
suppressNotifications | bool | |
Результат | Box.V2.Auth |
public CreateWebLinkAsync ( |
||
createWebLinkRequest | BoxWebLinkRequest object | |
Результат | Task |
public DeleteWebLinkAsync ( string webLinkId ) : Task |
||
webLinkId | string | Id of the weblink. |
Результат | Task |
public GetWebLinkAsync ( string webLinkId ) : Task |
||
webLinkId | string | Id of the weblink. |
Результат | Task |
public UpdateWebLinkAsync ( string webLinkId, |
||
webLinkId | string | Id of the weblink. |
updateWebLinkRequest | BoxWebLinkRequest object | |
Результат | Task |