Giter VIP home page Giter VIP logo

ecodms-dotnetapi's Introduction

ecodms-dotnetapi

dotnet api and powershell module implementation for ecodms

To use the module in powershell, you have to load the module first.

1.) start the powershell.exe

2.) import the module like: Import-Module .\ecoDMSPS.dll -Verbose

3.) To connect to EcoDMS use the Open-ecoDMSArchive cmdlet:

Open-ecoDMSArchive -url http://192.168.1.20:8180 -UserName ecodms -Password ecodms -ArchiveId 1	

The following commands are avilable:

Create a new folder                                       : New-ecoDMSFolder 

Download a document(Attention: one API call will be used) : Get-ecoDMSDocument

Upload a Document(Attention: one API call will be used)	  : New-ecoDMSDocument

Classify a document                                       : Set-ecoDMSClassifyDocument

Get the document't classification                         : Get-ecoDMSClassifiecation

Search for documents in ecoDMS                            : Search-ecoDMSDocuments

Connect to a ecoDMS archive                               : Open-ecoDMSArchive

Dissconect from a ecoDMS archive                          : Close-ecoDMSArchive

List all folders in the archive                           : Get-ecoDMSFolders

List all roles in the current archive                     : Get-ecoDMSRoles

List all status in the current archive                    : Get-ecoDMSStatus

List all types in the current archive                     : Get-ecoDMSTypes

List all known and non-default classification atrtributes : Get-ecoDMSAttributes

The parameters of each command can be displayd with get-help <command>.

3th party libaries used in this project:

restsharp -> http://restsharp.org/ || https://github.com/restsharp/RestSharp/blob/master/LICENSE.txt

ecodms-dotnetapi's People

Contributors

005zenturio avatar

Stargazers

Chris avatar

Watchers

 avatar Thomas Meister avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.