SIFWorks ADK 2.0
Component Constructor (name, reference)
NamespacesEdustructures.SifWorks.InstrComponentComponentComponentNew(String, String)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public Component(
	string name,
	string reference
)
Public Sub New ( _
	name As String, _
	reference As String _
)
public:
Component (
	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.

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