Skip to Content
0
Sep 06, 2006 at 09:00 AM

UDF in documentlines

24 Views

Hi to All,

I noticed that I can't access the UDF's in documentlines.

I did write this piece of code below to check for the UDF's but nothing was shown.

did someone had this problem too.

I use SBO 2005 SP01 Pl07

foreach (IField field in doc.Lines.UserFields.Fields)

{

Console.WriteLine(field.Name);

}

Thanks.

Ad