Untitled
Anonymous
javascript
09/25/2024 12:13 PM
748 B
21
Indexable
path=new Date().toISOString().split('T')[0];
let params = {
path: '/'+path /* STRING */,
exportMatchingModelTags: true /* BOOLEAN {"defaultValue":true} */,
endDate: undefined /* DATETIME */,
includeDependents: undefined /* BOOLEAN {"defaultValue":false} */,
collection: undefined /* STRING */,
repositoryName: 'SystemRepository' /* THINGNAME */,
projectName: 'Demo_Anish' /* PROJECTNAME */,
startDate: undefined /* DATETIME */,
tags: undefined /* TAGS */
};
// no return
Resources["SourceControlFunctions"].ExportSourceControlledEntities(params);
Editor is loading...
Leave a Comment