Bluestep JS Documentation
    Preparing search index...

    Interface NewContentSettings

    TODO

    TODO
    
    interface NewContentSettings {
        contentType?: String;
        encoding?: String;
        filename?: String;
        folder?: Folder;
    }
    Index
    contentType?: String

    TODO

    [[NewContent.contentType]]

    encoding?: String

    TODO

    [[NewContent.encoding]]

    filename?: String

    TODO

    [[NewContent.filename]]

    folder?: Folder

    Where a newly created document is filed. Refer to [[NewContent.folder]] for what happens when it is omitted — the default is not necessarily the library root.

    [[NewContent.folder]]