Different text in each BlockReference instance

Was this article helpful?
2 out of 2 found this helpful

Comments

3 comments
Date Votes
  • BlockReference.Attributes is readonly so, is this line still applicable?

    br1.Attributes = new Dictionary<string, string>();   

    0
  • You're right, that line of code is not allowed, since the Dictionary is already created internally.

    I fixed the code. 

    Thanks for reporting it.

    0
  • Does the Attribute entity supports linebreak? If yes, what char has to be used?

    0

Please sign in to leave a comment.

Articles in this section

See more