ListOperation.Append Method

Overload List

Append(String, Value, CTX[]) Create default list append operation. Server appends value to end of list bin. Server returns list size.
Append(ListPolicy, String, Value, CTX[]) Create list append operation with policy. Server appends value to list bin. Server returns list size.

See Also