An NDoc Documented Class Library

FieldDataType Enumeration

Field Types used in GetFieldData and SetFieldData

[Serializable]
[Flags(TypeId="System.FlagsAttribute")]
public enum FieldDataType

Remarks

Missing <remarks> documentation for T:askSam.FieldDataType

Members

Member NameDescription
FD_SINGLE_LINESingle line field
FD_MULTI_LINEMulti line field
FD_ALL_MODEUsed to indicate multiple fields with same name in same document
FD_MULTIPLE_FIELDSWhen field name param holds multiple fields seperated by commas
FD_EXPAND_FIELDDoes not limit the inserted to the size of the field
FD_INSERT_NEW_FIELDAdded a new field to a location
FD_REPLACE_CONTENTReplace what is in the field with the buffer
FD_INSERT_BUFFERInsert new data, but do not delete any existing data
FD_RENAME_FIELDRenames the field
FD_BEFORE_FIELDBefore the field: new Field[ old ]
FD_TOP_OF_FIELDTop of field: Field[ new old ]
FD_END_OF_FIELD End of field: Field[ old new ]
FD_AFTER_FIELDAfter field: Field[ old ] new
FD_TOP_OF_DOCTop of the document
FD_END_OF_DOCEnd of the document
FD_DELETE_FIELDRemoves the field and it contents
FD_DELETE_FIELD_CONTENTSRemoves the contents of the field, but does not delete the field
FD_ADD_NEW_LINEAdds a new line in the previous locations
FD_ADD_END_FIELD_CHARAdds an ending field char in the precious locations
FD_ADD_SPACESAdds spaces in the precious locations

Requirements

Namespace: askSam

Assembly: asnetsdk (in asnetsdk.dll)

See Also

askSam Namespace