Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CommandR SyntaxPython SyntaxCommand Line Syntax
1 – Basic Level   
Get an object entity (file, folder, or other) it's attributes etc.) its attributes (properties, annotations) and, optionally, it's its associated file(s).synGet(id, version, downloadFile=T, load=T)  
  synGet(entity, downloadFile=T, load=T)  
Create or update an entity (file, folder, etc.).   May also specify (1) whether a name collision in an attempted 'create' should become an 'update' and (2) whether to 'force' a new version to be created.synStore(entity, createOrUpdate=T, forceVersion=T)  
2 – Power User Level   
    
3 – Web API Level   
    

...