Untitled

mail@pastecode.io avatar
unknown
javascript
15 days ago
559 B
2
Indexable
Never
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);
 
Leave a Comment