Guid property support in 2.x?

Last post 07-30-2009, 6:23 PM by msabir. 1 replies.
Sort Posts: Previous Next
  •  07-13-2009, 2:24 AM 188143

    Guid property support in 2.x? .NET

    Is there any way of getting task 'Guid' property value from 2007 mpp/xml files?

    Also is there any way to simulate GetServerProjectGuid() method from automation?


    Thx in advance!

     
  •  07-30-2009, 6:23 PM 191316 in reply to 188143

    Re: Guid property support in 2.x?

    You can use ExtendedAttribute property of a task to get Guid value. Here is the sample code:

          ArrayList eaArr = task4.ExtendedAttribute;

          foreach (ExtendedAttribute extAttr in eaArr)

          {

                string strGuid = extAttr.ValueGuid;

            }


    Muhammad Sabir
    Support Assistant Manager
    Aspose Sialkot Team
    http://www.aspose.com
    Aspose - Your File Format Experts

    Keep in touch! We're on Twitter and Facebook
     
View as RSS news feed in XML