What exactly does the 2nd argument need? CEvent parent?? This is my C#: CFunction[] FuncResults = CFunction.GetFunctions(user, ??????); I've tried evrything I can think of.
public static Hashtable GetFunctions(
IiMISUser user,
CEvent parent
)
Thanks for your help
Tom
The CEvent for which the CFunctions are requested
It is supposed to be the CEvent for which a Hashtable of CFunctions is returned. Is it not working for you? Or do I misunderstand your question?
Richard Kaskan