Hello,
I am currently working in a Print service in .NET and I have come across a problem related with LlProject.
I have differents templates (.lbl, .lst,…) saved in a folder and I want my software to be able to determine which extension has each of them in order to use respectively the classes “ProjectLabel”, “ProjectList”, etc later on.
I have gone through the whole .NET Help file and the only function which could be similar to what I am looking for is “LlUtilsGetProjectType” from LlCore. However, it doesnt seem to work for me. Rather I am not using it properly or it is oriented to files which are in a repository.
I would like to know if there is anyway to get the enum Llproject (list, label or card) direct from the file.
Thanks in advance.