Versions Compared

Key

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

...

Code Block
languagexml
titleEsign
collapsetrue
<Script Name="">
  <SetVariable Name="$(FileId)">
    <Value Culture="" Target="None">eval::/*/Details/Template[last()]/Id</Value>
  </SetVariable>
  <SetVariable Name="$(CmsFileId)">
    <Value Culture="" Target="None">eval::/*/Details/Template/CmsFileId</Value>
  </SetVariable>
  <ESign DMSHostUrl="http://localhost:1903" AuthServerUrl="http://localhost:1967" WorkspaceName="ErdemWS" LibraryName="EbiDocs" FolderPath="Esign" SignType="CADES" FileId="$(FileId)" CmsFileId="$(CmsFileId)" UserName="admin" Password="1" Owner="" />
</Script>

...