SharePointSources_SharePointSource constructor

SharePointSources_SharePointSource({
  1. String? sharepointFolderPath,
  2. String? sharepointFolderId,
  3. String? driveName,
  4. String? driveId,
  5. String clientId = '',
  6. ApiAuth_ApiKeyConfig? clientSecret,
  7. String tenantId = '',
  8. String sharepointSiteName = '',
  9. String fileId = '',
})

Implementation

SharePointSources_SharePointSource({
  this.sharepointFolderPath,
  this.sharepointFolderId,
  this.driveName,
  this.driveId,
  this.clientId = '',
  this.clientSecret,
  this.tenantId = '',
  this.sharepointSiteName = '',
  this.fileId = '',
}) : super(fullyQualifiedName);