SIFWorks ADK 2.0
AddComponent Method (Name, Reference)
NamespacesEdustructures.SifWorks.InstrComponentsAddComponent(String, String)

[This is preliminary documentation and is subject to change.]

Adds the value of the <Component> element.
Declaration Syntax
C#Visual BasicVisual C++
public void AddComponent(
	string Name,
	string Reference
)
Public Sub AddComponent ( _
	Name As String, _
	Reference As String _
)
public:
void AddComponent (
	String^ Name, 
	String^ Reference
)
Parameters
Name (String)
Name of learning resource component within the resource, i.e. "Chapter 1, Section 4.
Reference (String)
Description of where ResourceComponent is located within resource or in general, i.e. "Section 4, pages 32-38," or URL string, or whatever locator is appropriate for media.
Remarks

This form of setComponent is provided as a convenience method that is functionally equivalent to the method AddComponent

Version: 2.0

Since: 2.0

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10