Field Types used in GetFieldData and SetFieldData
Missing <remarks> documentation for T:askSam.FieldDataType
| Member Name | Description |
|---|---|
| FD_SINGLE_LINE | Single line field |
| FD_MULTI_LINE | Multi line field |
| FD_ALL_MODE | Used to indicate multiple fields with same name in same document |
| FD_MULTIPLE_FIELDS | When field name param holds multiple fields seperated by commas |
| FD_EXPAND_FIELD | Does not limit the inserted to the size of the field |
| FD_INSERT_NEW_FIELD | Added a new field to a location |
| FD_REPLACE_CONTENT | Replace what is in the field with the buffer |
| FD_INSERT_BUFFER | Insert new data, but do not delete any existing data |
| FD_RENAME_FIELD | Renames the field |
| FD_BEFORE_FIELD | Before the field: new Field[ old ] |
| FD_TOP_OF_FIELD | Top of field: Field[ new old ] |
| FD_END_OF_FIELD | End of field: Field[ old new ] |
| FD_AFTER_FIELD | After field: Field[ old ] new |
| FD_TOP_OF_DOC | Top of the document |
| FD_END_OF_DOC | End of the document |
| FD_DELETE_FIELD | Removes the field and it contents |
| FD_DELETE_FIELD_CONTENTS | Removes the contents of the field, but does not delete the field |
| FD_ADD_NEW_LINE | Adds a new line in the previous locations |
| FD_ADD_END_FIELD_CHAR | Adds an ending field char in the precious locations |
| FD_ADD_SPACES | Adds spaces in the precious locations |
Namespace: askSam
Assembly: asnetsdk (in asnetsdk.dll)