Run a metadata search
Namespace:
HS.Sys.TheEnterprise.Common.WrecksAssembly: Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string MetadataSearch( string type, string id, string format ) |
| Visual Basic (Declaration) |
|---|
Public Function MetadataSearch ( _ type As String, _ id As String, _ format As String _ ) As String |
| Visual C++ |
|---|
public: String^ MetadataSearch( String^ type, String^ id, String^ format ) |
Parameters
- type
- Type: System..::.String
Metadata type to query
- id
- Type: System..::.String
Metadata id to query
- format
- Type: System..::.String
[Missing <param name="format"/> documentation for "M:HS.Sys.TheEnterprise.Common.Wrecks.RetsTransaction.MetadataSearch(System.String,System.String,System.String)"]