Property | Type | Description | |
---|---|---|---|
Folders | List |
Property | Type | Description | |
---|---|---|---|
IsNullOrEmpty | bool |
Method | Description | |
---|---|---|
AddFolder ( |
||
ChangeFolderIcons ( |
||
ChangeFolderIconsByPath ( string path, FolderIconPair icons ) : void | ||
GetFolder ( |
Searches for a folder config that has the same type and key values. Returns the first occurrence within the settings, if found; null otherwise.
|
|
GetFolderByPath ( string folderPath ) : |
Searches for a folder config that should be applied for the specified path (regardless of the key type). Returns the first occurrence within the settings, if found; null otherwise.
|
|
GetFolderIcon ( string folderPath, bool small = true ) : |
||
RemoveAll ( |
||
RemoveAllByPath ( string path ) : void | ||
UpdateFolder ( |
Searches for a folder config that has the same type and key, and updates its other fields with provided value, if found; creates new folder config otherwise.
|
Method | Description | |
---|---|---|
IsNullOrEmpty ( ICollection collection ) : bool |
public AddFolder ( |
||
value | ||
return | void |
public ChangeFolderIcons ( |
||
value | ||
return | void |
public ChangeFolderIconsByPath ( string path, FolderIconPair icons ) : void | ||
path | string | |
icons | FolderIconPair | |
return | void |
public GetFolder ( |
||
match | ||
return |
public GetFolderByPath ( string folderPath ) : |
||
folderPath | string | |
return |
public GetFolderIcon ( string folderPath, bool small = true ) : |
||
folderPath | string | |
small | bool | |
return |
public RemoveAll ( |
||
match | ||
return | void |
public RemoveAllByPath ( string path ) : void | ||
path | string | |
return | void |
public UpdateFolder ( |
||
match | ||
value | ||
return | void |