C# Class Box.V2.Managers.BoxWebLinksManager

Allow create, update, get, delete weblink for folder.
Inheritance: BoxResourceManager
Afficher le fichier Open project: box/box-windows-sdk-v2 Class Usage Examples

Méthodes publiques

Méthode Description
BoxWebLinksManager ( IBoxConfig config, IBoxService service, IBoxConverter converter, IAuthRepository auth, string asUser = null, bool suppressNotifications = null ) : Box.V2.Auth
CreateWebLinkAsync ( BoxWebLinkRequest createWebLinkRequest ) : Task

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, BoxWebLinkRequest updateWebLinkRequest ) : Task

Updates information for a web link.

Method Details

BoxWebLinksManager() public méthode

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
Résultat Box.V2.Auth

CreateWebLinkAsync() public méthode

Creates a web link object within a given folder.
public CreateWebLinkAsync ( BoxWebLinkRequest createWebLinkRequest ) : Task
createWebLinkRequest Box.V2.Models.BoxWebLinkRequest BoxWebLinkRequest object
Résultat Task

DeleteWebLinkAsync() public méthode

Deletes a web link and moves it to the trash.
public DeleteWebLinkAsync ( string webLinkId ) : Task
webLinkId string Id of the weblink.
Résultat Task

GetWebLinkAsync() public méthode

Use to get information about the web link.
public GetWebLinkAsync ( string webLinkId ) : Task
webLinkId string Id of the weblink.
Résultat Task

UpdateWebLinkAsync() public méthode

Updates information for a web link.
public UpdateWebLinkAsync ( string webLinkId, BoxWebLinkRequest updateWebLinkRequest ) : Task
webLinkId string Id of the weblink.
updateWebLinkRequest Box.V2.Models.BoxWebLinkRequest BoxWebLinkRequest object
Résultat Task