Method | Description | |
---|---|---|
CopyExcluding ( List |
||
InsertFile ( string filepath, int max ) : void | ||
RecentFiles ( int max ) : List |
||
RemoveFile ( string filepath, int max ) : void | ||
Save ( List |
||
Update ( string filepath, bool insert, int max ) : void | ||
XmlPersister ( ) : System | ||
XmlPersister ( Stream stream ) : System | ||
XmlPersister ( string filepath ) : System |
Method | Description | |
---|---|---|
Load ( int max ) : List |
||
OpenStream ( FileMode mode ) : SmartStream |
public CopyExcluding ( List |
||
source | List |
|
exclude | string | |
target | List |
|
max | int | |
return | void |
public InsertFile ( string filepath, int max ) : void | ||
filepath | string | |
max | int | |
return | void |
public RemoveFile ( string filepath, int max ) : void | ||
filepath | string | |
max | int | |
return | void |
public Update ( string filepath, bool insert, int max ) : void | ||
filepath | string | |
insert | bool | |
max | int | |
return | void |
public XmlPersister ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public XmlPersister ( string filepath ) : System | ||
filepath | string | |
return | System |