Parent Property
Gets or sets the parent folder for this FileIteration.
Syntax
public Folder Parent {get; set;}Public Property Parent As FolderRemarks
It is important to know that this CAN be null. A file doesn't always know it's parent. But if you know the parent it is convenient to store it with the file to prevent unnecessary server calls needed for other workflows.