Benutzer-Werkzeuge

Webseiten-Werkzeuge


swxps4elo:cmdlets:add-elodoc

NAME

  Add-ELODoc
  

ÜBERSICHT

   
  Adds a new ELO document to the ELO repository
  
  

SYNTAX

  Add-ELODoc -ShortName <string> [-AltFileName <string>] [-Comment <string>] [-Connection <IXConnectionHandle>] [-DBConnection <SqlConnection>] [-ExternalDate 
  <DateTime>] [-FileName <string>] [-FileStream <Stream>] [-FullText <bool>] [-InsertDate <DateTime>] [-MapData <Hashtable>] [-MaskName <string>] [-Memo <string>] 
  [-Metadata <Hashtable>] [-MultiDataValues <bool>] [-ParentID <string>] [-PathID <string>] [-ReturnGuid <SwitchParameter>] [-SigFileName <string>] [-SigStream 
  <Stream>] [-Truncate <SwitchParameter>] [-UserID <string>] [-Version <string>] [<CommonParameters>]
  
  

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 <string>
      File name of the document file.
      
  -FileStream <Stream>
      File stream of the document file.
      
  -AltFileName <string>
      Alternative file name (should be used as file name for File streams).
      
  -SigFileName <string>
      Signature file name.
      
  -SigStream <Stream>
      Signature stream.
      
  -Version <string>
      Version number.
      
  -Comment <string>
      Version comment.
      
  -ParentID <string>
      Parent of the object to target the document.
      
  -ShortName <string>
      Short name.
      
  -InsertDate <DateTime>
      Insertion date.
      
  -ExternalDate <DateTime>
      External date.
      
  -Metadata <Hashtable>
      Metadata hash table.
      
  -MapData <Hashtable>
      Signature stream.
      
  -Memo <string>
      Memo text.
      
  -MultiDataValues <bool>
      Signature stream.
      
  -UserID <string>
      Signature stream.
      
  -MaskName <string>
      Document mask name.
      
  -FullText <bool>
      Index as fulltext document
      
  -Truncate <SwitchParameter>
      Truncate short name/object key values if too long
      
  -ReturnGuid <SwitchParameter>
      Returns the GUID instead of the ID
      
  -PathID <string>
      Specifies the document path ID where the documet has to be placed
      
  -DBConnection <SqlConnection>
      
  -Connection <IXConnectionHandle>
      
  <CommonParameters>
      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".
swxps4elo/cmdlets/add-elodoc.txt · Zuletzt geändert: 2023/11/05 11:15 von 86.56.202.245