An NDoc Documented Class Library

DelimitedDocType Enumeration

How to delimit a document while saving and loading multiple documents.

[Serializable]
public enum DelimitedDocType

Remarks

Missing <remarks> documentation for T:askSam.DelimitedDocType

Members

Member NameDescription
SDD_BLANK_LINEStart a new document when a blank line is detected.
SDD_PAGE_BREAKStart a new document when a page break is detected.
SDD_SO_MANY_LINESStart a new document after so many lines are counted.
SDD_STRINGStart a new document when a set of characters are detected.
SDD_STRING_REMOVESame as above but remove the set of characters from the document.
SDD_FORMAT_STYLENot current implemented.

Requirements

Namespace: askSam

Assembly: asnetsdk (in asnetsdk.dll)

See Also

askSam Namespace