Discuss this help topic in SecureBlackbox Forum

TElBoxCollaboration.CreatedBy

TElBoxCollaboration     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The user who created this collaboration.

Declaration

[C#]
    TElBoxUserInfo CreatedBy;

[VB.NET]
    Property CreatedBy As TElBoxUserInfo

[Pascal]
    property CreatedBy: TElBoxUserInfo;

[C++]
    TElBoxUserInfo* get_CreatedBy();

[PHP]
    TElBoxUserInfo get_CreatedBy()

[Java]
    TElBoxUserInfo getCreatedBy();

Description

    Use this property to get info about the user who created this collaboration.

See also:     CreatedAt     User    

Discuss this help topic in SecureBlackbox Forum