Web API Edition | ComponentOne
C1.Web.Api.Storage.CloudStorage Namespace / GoogleDriveStorage Class / GoogleDriveStorage Constructor / GoogleDriveStorage Constructor(String,String,String,DriveService)
File Name
File Path
Google itemId of file
DriveService instance

In This Topic
    GoogleDriveStorage Constructor(String,String,String,DriveService)
    In This Topic
    Constructor Google
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute()>
    Public Function New( _
       ByVal name As String, _
       ByVal path As String, _
       ByVal itemId As String, _
       ByVal driveService As Google.Apis.Drive.v3.DriveService _
    )
    [Obsolete()]
    public GoogleDriveStorage( 
       string name,
       string path,
       string itemId,
       Google.Apis.Drive.v3.DriveService driveService
    )

    Parameters

    name
    File Name
    path
    File Path
    itemId
    Google itemId of file
    driveService
    DriveService instance
    See Also