Implementierte individuelle Controller für alle Tabellen unter Verwendung der WebCore.API Bibliothek.
This commit is contained in:
@@ -8,6 +8,5 @@
|
||||
string ExportPath,
|
||||
string DocumentPathDmz,
|
||||
string ExportPathDmz,
|
||||
string SignedMailPath,
|
||||
string DocumentPathMoveAftsend);
|
||||
}
|
||||
@@ -5,13 +5,13 @@
|
||||
int DocumentId,
|
||||
int ReceiverId,
|
||||
int ElementType,
|
||||
float PositionX,
|
||||
float PositionY,
|
||||
float Width,
|
||||
float Height,
|
||||
double PositionX,
|
||||
double PositionY,
|
||||
double Width,
|
||||
double Height,
|
||||
int Page,
|
||||
bool Required,
|
||||
string Tooltip,
|
||||
string? Tooltip,
|
||||
bool ReadOnly,
|
||||
int AnnotationIndex,
|
||||
DateTime AddedWhen,
|
||||
|
||||
Reference in New Issue
Block a user