You are here: Data Classes > UserData Class > UserData Properties > AcceptedTerms
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
UserData.AcceptedTerms Property

Gets or set whether the user has accepted the Terms and Conditions associated with a Threaded Discussion. This is for the UserData object.

C#
public Boolean AcceptedTerms;
Visual Basic
Public Property AcceptedTerms() As Boolean

A boolean indicating whether the user has accepted the Terms and Conditions associated with a Threaded Discussion.

  • True = user has accepted Terms and Conditions.
  • False = user has not accepted Terms and Conditions.

Copyright (c) 2007. All rights reserved.
What do you think about this topic? Send feedback!