Creates a new citation
| C# | Visual Basic | Visual C++ |
public Citation( string description, DateTime dateAdded, SecurityIdentifier associatedUserSid, string status, string rejectionReason, string parentDN )
- 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