An NDoc Documented Class Library

SaveDocLocation Enumeration

Where to save an askSam document in the database file.

[Serializable]
public enum SaveDocLocation

Remarks

Missing <remarks> documentation for T:askSam.SaveDocLocation

Members

Member NameDescription
SD_BEGININGSave the document to the begin of this document list.
SD_ENDSave the document to the end of this document list.
SD_AFTER_CURSave the document after the current document.
SD_INPLACESave the document on top of the current document.
SD_BEFORE_CURSave the document before the current document.
SD_APPEND_CUR_BOTSave the data to the bottom of the current document.

Requirements

Namespace: askSam

Assembly: asnetsdk (in asnetsdk.dll)

See Also

askSam Namespace