All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lib.xp.examples.content.getAttachmentStream.js Maven / Gradle / Ivy

The newest version!
var contentLib = require('/lib/xp/content');
var assert = require('/lib/xp/testing');

// BEGIN
// Get stream for attachment.
var stream = contentLib.getAttachmentStream({
    key: '/a/b/mycontent',
    name: 'document.pdf'
});
// END

assert.assertNotNull(stream);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy