ProjectWorkflowEvent_InitializeExpandItem event
Occurs before the folder selection dialog is shown to the user to select a destination folder for a project copy.
Syntax
ProjectWorkflowEvent_InitializeExpandItem (ItemProperties, DialogTitle)
Name | Description |
---|---|
ItemProperties |
An array of fully qualified property names that should be set by your implementation of the event. This array will specify property filters that are supplied to the ProjectWorkflowEvent_BeforeExpandItem event. |
DialogTitle |
A string containing the text to be used for the folder selection dialog title. |
Remarks
Not available in Meridian Power. This event and the ProjectWorkflowEvent_BeforeExpandItem and ProjectWorkflowEvent_PrepareBrowser events can be used to restrict the destination project folder selected by a user.