Hello,
I need to use the mentioned message, however I would was searching for the documentation about it but I was not able to find any.
I would like to ask what are the possible values for the What and their meaning?
Thanks,
Bruno
The options are in the AvailableFileType enum:
public enum AvailableFileType
{
Protocol = 0,
Template = 1,
Script = 2,
Key = 3,
Information = 4,
AllProtocolInfo = 5,
Trending = 6,
Vdx = 7,
General = 8,
Description = 9,
Combination = 10
}
You should be able to find it by using automation script solutions with DIS in Visual Studio. This way you can add SLNetTypes as a dependency and find all the messages, arguments and more.
Perfect!
Is there any documentation for that information?
Thanks Toon