cdnPath method

CdnPathBuilder cdnPath()

Creates a CDN path builder for this file.

@return CDN path builder

Implementation

CdnPathBuilder cdnPath() {
  return CdnPathBuilder(fileId);
}