FieldManager.UpdateChildren and FieldManager.UpdateChildren(this)

FieldManager.UpdateChildren and FieldManager.UpdateChildren(this)

Old forum URL: forums.lhotka.net/forums/t/11467.aspx


harrykod posted on Wednesday, July 11, 2012

Do i have to use both FieldManager.UpdateChildren and FieldManager.UpdateChildren(this) together or is using either of them good enough.

When is it ideal to use just one of them?

JonnyBee replied on Thursday, July 12, 2012

Depends on whether you ned to pass parameters to the CHILD_XYZ methods.

F.ex: FieldManager.UpdateCildren(this.Id, this.Name).

You only need to use the one that corresponds to to the signature of your CHILD_XYZ methods.

harrykod replied on Thursday, July 12, 2012

So i have to use either one only at a given time ?

Copyright (c) Marimer LLC