-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Processed evidences / ITEMCLASS get value #5
Comments
+1 I'm also trying and failing to get the category from the itemclass but can't work out how to get the category name rather than just the category value |
You can use
Every enumeration inherits |
Thank you Simon!! I was able to get the category name. As my case already have the evidence, I didn’t find a method using EvidenceClass in order the get this information, and not add a new evidence (as the examples that we have in the Enscript help). I’ll keep trying to do that, but I’ll appreciate if you have any other idea. Best |
Each case has a property called EvidenceRoot(), which is the root object in a list of EvidenceClass objects you can iterate. For example, if your case is c, you can do the following:
|
Hi Simon, that makes sense! I tried and it worked very well! Thanks again for your support!!! |
Hi Simon, I'm being work in some customs to my EnScript and after some tests and researches I would like your help just to understand if what I am wondering to do is possible or not.
Is there a way to get the content related to a processed evidence? For example, I processed an evidence with a particular options selected (for example index, system info parser and etc) and I would like to check which evidences were processed using this custom label and the status of the processing (completed / failed) - these information are in the "Status" and "Option" fields in the Processor Manager tab.
The other questions is related to the ITEMCLASS class. I'm trying to export the Categories from an evidence to a text file, but if I only use the method entryclass.category() it will return the category number and not the value (as it has a Category type). I tried to declare a "support" variable ITEMCLASS:Category in order to help me to get the Category name, but I am probably missing something easy here.
I will appreciate if you could help me to undertand where I am doing something wrong.
Regards,
The text was updated successfully, but these errors were encountered: