Enterprise Profile Management Windows SDK
Citation Constructor (description, dateAdded, associatedUserSid, status, rejectionReason, parentDN)
NamespacesHubOne.Epm.ApiCitationCitation(String, DateTime, SecurityIdentifier, String, String, String)
Creates a new citation
Declaration Syntax
C#Visual BasicVisual C++
public Citation(
	string description,
	DateTime dateAdded,
	SecurityIdentifier associatedUserSid,
	string status,
	string rejectionReason,
	string parentDN
)
Public Sub New ( _
	description As String, _
	dateAdded As DateTime, _
	associatedUserSid As SecurityIdentifier, _
	status As String, _
	rejectionReason As String, _
	parentDN As String _
)
public:
Citation(
	String^ description, 
	DateTime dateAdded, 
	SecurityIdentifier^ associatedUserSid, 
	String^ status, 
	String^ rejectionReason, 
	String^ parentDN
)
Parameters
description (String)
The text of the citation
dateAdded (DateTime)
The date it was added (Remember to convert to universal date and time)
associatedUserSid (SecurityIdentifier)
The user who created the citation
status (String)
The status of the citation
rejectionReason (String)
The reason the citation was rejected
parentDN (String)
The parent distinguished name

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