Méthode | Description | |
---|---|---|
Add ( string sURL, string sTitle ) : void |
Adds a possible match from EH
|
|
Clear ( ) : void |
Clears the result set
|
|
LoadMetadata ( string sAddress ) : gmetadata |
Loads and parses a response from an EH URL
|
|
SaveOptions ( ) : void |
Save the gallery type settings
|
|
Search ( string SearchTerms ) : void |
Searches EH and returns a list of gallery titles and addresses
|
|
Title ( int index ) : string |
Returns the title at the specified index
|
|
URL ( int index ) : string |
Returns the url at the specified index
|
|
csEHSearch ( string SearchTerms = null ) : System |
Sets the initial values of the object
|
Méthode | Description | |
---|---|---|
FormatSearch ( string SearchTerms, bool useEXH, byte Options ) : string |
Creates the search string
|
public Add ( string sURL, string sTitle ) : void | ||
sURL | string | |
sTitle | string | |
Résultat | void |
public static LoadMetadata ( string sAddress ) : gmetadata | ||
sAddress | string | |
Résultat | gmetadata |
public Search ( string SearchTerms ) : void | ||
SearchTerms | string | The terms to search for |
Résultat | void |
public csEHSearch ( string SearchTerms = null ) : System | ||
SearchTerms | string | |
Résultat | System |