====== NAME ====== Add-ELODoc ÜBERSICHT Adds a new ELO document to the ELO repository SYNTAX Add-ELODoc -ShortName [-AltFileName ] [-Comment ] [-Connection ] [-DBConnection ] [-ExternalDate ] [-FileName ] [-FileStream ] [-FullText ] [-InsertDate ] [-MapData ] [-MaskName ] [-Memo ] [-Metadata ] [-MultiDataValues ] [-ParentID ] [-PathID ] [-ReturnGuid ] [-SigFileName ] [-SigStream ] [-Truncate ] [-UserID ] [-Version ] [] BESCHREIBUNG Simple combined cmdlet to add a new document to the repository. You can specify the document file, and the signature file. Map or meta data is also possible here. If successful the new document guid (object guid within ELO is returned). ====== PARAMETER ====== -FileName File name of the document file. -FileStream File stream of the document file. -AltFileName Alternative file name (should be used as file name for File streams). -SigFileName Signature file name. -SigStream Signature stream. -Version Version number. -Comment Version comment. -ParentID Parent of the object to target the document. -ShortName Short name. -InsertDate Insertion date. -ExternalDate External date. -Metadata Metadata hash table. -MapData Signature stream. -Memo Memo text. -MultiDataValues Signature stream. -UserID Signature stream. -MaskName Document mask name. -FullText Index as fulltext document -Truncate Truncate short name/object key values if too long -ReturnGuid Returns the GUID instead of the ID -PathID Specifies the document path ID where the documet has to be placed -DBConnection -Connection Dieses Cmdlet unterstützt folgende allgemeine Parameter: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable und OutVariable. Weitere Informationen finden Sie unter "about_CommonParameters" (https:/go.microsoft.com/fwlink/?LinkID=113216). HINWEISE Zum Aufrufen der Beispiele geben Sie Folgendes ein: "get-help Add-ELODoc -examples". Weitere Informationen erhalten Sie mit folgendem Befehl: "get-help Add-ELODoc -detailed". Technische Informationen erhalten Sie mit folgendem Befehl: "get-help Add-ELODoc -full".