Member Junction
    Preparing search index...
    • Write an executed document back into the Artifacts subsystem as a new Artifact + Version. Returns null (and logs) when no File Storage Account is configured — callers treat this as a soft failure so a successful download is never lost just because artifact storage isn't set up.

      Parameters

      • options: {
            bytes: Buffer;
            contentType: string;
            contextUser: UserInfo;
            filename: string;
            provider?: IMetadataProvider;
            title?: string;
        }
        • bytes: Buffer
        • contentType: string
        • contextUser: UserInfo
        • filename: string
        • Optionalprovider?: IMetadataProvider
        • Optionaltitle?: string

          Names the new Artifact; defaults to the filename.

      Returns Promise<WriteSignedArtifactResult>