L
Laura Stern
Guest
I probably shouldn't speak for Mike, but I think he was saying that the last parameter should be an instance of System.Type for the type . It is not just a string. So you could call the static .NET method GetType(): DEFINE VAR TType as System.Type. TType = System.Type:GetType( "Microsoft.SharePoint.Client.ClientRuntimeContext"). And then pass TType as the last parameter: ReflectionHelper:InvokeGenericMethod (clientContextVar, "Load":U, TType).
Continue reading...
Continue reading...