template.ownerid Field
Specifies the ID of the user that owns the template for the e-mail activity.
Syntax
[Visual Basic .NET]
Public Field ownerid As Owner
[C#]
public Owner ownerid;
[JScript]
public var ownerid : Owner;
Remarks
Represents a field of type Owner.
The following table contains additional information about this attribute:
Platform required | No |
Application requirement level | System Required |
Valid for create | Yes |
Valid for retrieve | Yes |
Valid for update | Yes |
Related entity | systemuser |
See Also