Documentation Team
- Total activity 3761
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1577
Articles
Recent activity by Documentation Team-
Release Notes for Assets
/*<![CDATA[*/function getElementsWithAttribute(attr) { var elementsWithAttribute = []; var elements = document.body.getElementsByTagName('*'); for (var i...
-
Release Notes for Studio Server 10
/*<![CDATA[*/function getElementsWithAttribute(attr) { var elementsWithAttribute = []; var elements = document.body.getElementsByTagName('*'); for (var i...
-
Introduction to the Assets Server API
One of the most versatile ways to customize and integrate your own applications with Assets Server is by using the Assets Server API. It comes in 2 flavors: A REST API A SOAP Web service REST API...
-
Setting up users and user groups in Assets Server
Users access the files that are stored in Assets Server by making use of any of the client applications such as Assets, the Brand portal or Assets for InDesign. Befor...
-
Integrating Assets Server with Studio Server
Assets Server can be tightly integrated with Studio Server to make the files that are stored in Assets Server available in the workflow of Studio. This makes it possible to: Add files from Assets ...
-
Archiving files stored in Studio Server
In a typical production process, publications reach their end of life once they have been published. They are subsequently archived to make room in the system for other publications while still hav...
-
Adding files from Assets Server to Studio Server
/*<![CDATA[*/function getElementsWithAttribute(attr) { var elementsWithAttribute = []; var elements = document.body.getElementsByTagName('*'); for (var i = 0; i < elements.length; ...
-
Solutions for storing files with Assets Server
Elvis data — such as original files, thumbnails and previews — can be stored on a local server or on a dedicated storage solution. This article describes various storage solutio...
-
Assets Server security features overview
This article describes the security features for Assets Server. Use it as a quick reference to find out if any of the issues affect your Assets Server environment. Important: The default configurat...
-
Searching for files in Assets Server by using a query
One of the ways of searching for files in Assets Server is by using a query: a request for information in text form. Queries range from simply entering a single word to defining a complex rule. ...