SIFWorks ADK 2.0
ResourceComponent Constructor (refId, name, reference)
NamespacesEdustructures.SifWorks.InstrResourceComponentResourceComponentResourceComponentNew(String, 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 ResourceComponent(
	string refId,
	string name,
	string reference
)
Public Sub New ( _
	refId As String, _
	name As String, _
	reference As String _
)
public:
ResourceComponent (
	String^ refId, 
	String^ name, 
	String^ reference
)
Parameters
refId (String)
GUID for resource component
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