|
Code Details Library Database SobekCM_Database Tracking_Metadata_Search Method Tracking_Metadata_Search (String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, String)
SobekCM_Database.Tracking_Metadata_Search Method (String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, Int32, String, Int32, String)
Perform a metadata search against items in the database Namespace: SobekCM.Library.DatabaseAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static DataSet Tracking_Metadata_Search(
string Term1,
int Field1,
int Link2,
string Term2,
int Field2,
int Link3,
string Term3,
int Field3,
int Link4,
string Term4,
int Field4,
int Link5,
string Term5,
int Field5,
int Link6,
string Term6,
int Field6,
int Link7,
string Term7,
int Field7,
int Link8,
string Term8,
int Field8,
int Link9,
string Term9,
int Field9,
int Link10,
string Term10,
int Field10,
string AggregationCode
) |
Parameters- Term1
- Type: System..::..String
First search term for this metadata search
- Field1
- Type: System..::..Int32
Field number to search for (or -1 to search all fields)
- Link2
- Type: System..::..Int32
Link between the first and second terms ( 0=AND, 1=OR, 2=AND NOT )
- Term2
- Type: System..::..String
Second search term for this metadata search
- Field2
- Type: System..::..Int32
Field number to search for (or -1 to search all fields)
- Link3
- Type: System..::..Int32
Link between the second and third search terms ( 0=AND, 1=OR, 2=AND NOT )
- Term3
- Type: System..::..String
Third search term for this metadata search
- Field3
- Type: System..::..Int32
Field number to search for (or -1 to search all fields)
- Link4
- Type: System..::..Int32
Link between the third and fourth search terms ( 0=AND, 1=OR, 2=AND NOT )
- Term4
- Type: System..::..String
Fourth search term for this metadata search
- Field4
- Type: System..::..Int32
Field number to search for (or -1 to search all fields)
- Link5
- Type: System..::..Int32
Link between the fourth and fifth search terms ( 0=AND, 1=OR, 2=AND NOT )
- Term5
- Type: System..::..String
Fifth search term for this metadata search
- Field5
- Type: System..::..Int32
Field number to search for (or -1 to search all fields)
- Link6
- Type: System..::..Int32
Link between the fifth and sixth search terms ( 0=AND, 1=OR, 2=AND NOT )
- Term6
- Type: System..::..String
Sixth search term for this metadata search
- Field6
- Type: System..::..Int32
Field number to search for (or -1 to search all fields)
- Link7
- Type: System..::..Int32
Link between the sixth and seventh search terms ( 0=AND, 1=OR, 2=AND NOT )
- Term7
- Type: System..::..String
Seventh search term for this metadata search
- Field7
- Type: System..::..Int32
Field number to search for (or -1 to search all fields)
- Link8
- Type: System..::..Int32
Link between the seventh and eighth search terms ( 0=AND, 1=OR, 2=AND NOT )
- Term8
- Type: System..::..String
Eighth search term for this metadata search
- Field8
- Type: System..::..Int32
Field number to search for (or -1 to search all fields)
- Link9
- Type: System..::..Int32
Link between the eighth and ninth search terms ( 0=AND, 1=OR, 2=AND NOT )
- Term9
- Type: System..::..String
Ninth search term for this metadata search
- Field9
- Type: System..::..Int32
FIeld number to search for (or -1 to search all fields)
- Link10
- Type: System..::..Int32
Link between the ninth and tenth search terms ( 0=AND, 1=OR, 2=AND NOT )
- Term10
- Type: System..::..String
Tenth search term for this metadata search
- Field10
- Type: System..::..Int32
Field number to search for (or -1 to search all fields)
- AggregationCode
- Type: System..::..String
Code for the aggregation of interest ( or empty string to search all aggregationPermissions )
Return ValueType: DataSet Table with all of the item and item group information which matches the metadata search
Remarks
See Also
Version 4.10.0 ( last generated Monday, March 7, 2016 )
|