Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add_Description ( string Term, string Value ) : |
Add a single descriptive element, by term
|
|
Add_Description ( |
Add a fully built descriptive element, by term
|
|
Add_Description ( string Term, ReadOnlyCollection |
Add a single descriptive element, by term
|
|
Add_Namespace ( string Prefix, string URI ) : void |
Add a new namespace definition to this object
|
|
BriefItemInfo ( ) : System |
Constructor for a new instance of the BriefItemInfo class
|
|
Get_Description ( string Term ) : |
Checks the description and returns any descriptions linked to the provided term
|
|
Page_Sequence_By_FileName ( string FileName ) : int |
Look for the sequence for a page with a matching filename (without extension)
|
public Add_Description ( string Term, string Value ) : |
||
Term | string | Normalized term for this metadata element, as employed by the SobekCM system |
Value | string | String version of this single value for a metadata term/type |
return |
public Add_Description ( |
||
TermObject | Fully built descriptive term element, as employed by the SobekCM system | |
return | void |
public Add_Description ( string Term, ReadOnlyCollection |
||
Term | string | Normalized term for this metadata element, as employed by the SobekCM system |
Value | ReadOnlyCollection |
String version of this single value for a metadata term/type |
return | void |
public Add_Namespace ( string Prefix, string URI ) : void | ||
Prefix | string | Prefix used for this namespace throughout the object |
URI | string | URI for the schema/namespace referred to by the prefix |
return | void |
public Get_Description ( string Term ) : |
||
Term | string | Key for this term |
return |
public Page_Sequence_By_FileName ( string FileName ) : int | ||
FileName | string | Name of the file, without the extension |
return | int |