Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add_Setting ( string Key, string Value ) : void |
Add a key/value pair setting to this item If a value already exists for the provided key, the value will be changed to the new value provided to this method. |
|
BriefItem_Behaviors ( ) : System |
Constructor for a new instance of the BriefItem_Behaviors class
|
|
Get_Setting ( string Key ) : string |
Gets a setting value, by key
|
|
Get_Viewer ( string ViewerType ) : |
Gets information about a single viewer for this digital resource
|
public Add_Setting ( string Key, string Value ) : void | ||
Key | string | Key for this setting |
Value | string | Value for this setting |
return | void |
public Get_Setting ( string Key ) : string | ||
Key | string | Key to look for a match from the settings key/value pairs |
return | string |
public Get_Viewer ( string ViewerType ) : |
||
ViewerType | string | Standard type of the viewer to check |
return |