C# Class n2parser.Program.ParseOptions

Show file Open project: bherila/n2cms_docs

Public Properties

Property Type Description
AttributeClass string
IgnoreClass string
PartClass string
ShowNav bool
ShowTitle bool
Type string
ZoneClass string

Public Methods

Method Description
ParseOptions ( ) : System

Method Details

ParseOptions() public method

public ParseOptions ( ) : System
return System

Property Details

AttributeClass public property

public string AttributeClass
return string

IgnoreClass public property

public string IgnoreClass
return string

PartClass public property

public string PartClass
return string

ShowNav public property

public bool ShowNav
return bool

ShowTitle public property

public bool ShowTitle
return bool

Type public property

public string Type
return string

ZoneClass public property

public string ZoneClass
return string