public enum SelectionType
{
AllItem = 0,
SelectedItem = 1
}
Is there any requirements? Like every project has to be strataframe projects? I had a sample SF project which contains the enums.
Sorry!