Enterprise Profile Management Windows SDK
Citation Constructor (commentData, objectDN, ldsType)
NamespacesHubOne.Epm.ApiCitationCitation(String, String, String)
Creates a new Citation given its existence in LDS
Declaration Syntax
C#Visual BasicVisual C++
public Citation(
	string commentData,
	string objectDN,
	string ldsType
)
Public Sub New ( _
	commentData As String, _
	objectDN As String, _
	ldsType As String _
)
public:
Citation(
	String^ commentData, 
	String^ objectDN, 
	String^ ldsType
)
Parameters
commentData (String)
The comment data string
objectDN (String)
The distinguished name of the base object
ldsType (String)
The LDS type of the base object

Assembly: HubOne.Epm.Api (Module: HubOne.Epm.Api) Version: 1.0.3503.23885 (1.0.0.0)