C# Class OpenMetaverse.GroupNoticeList

Struct representing a group notice list entry
Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
AssetType AssetType
FromName string
HasAttachment bool
NoticeID UUID
Subject string
Timestamp uint

Property Details

AssetType public property

Attachment Type
public AssetType AssetType
return AssetType

FromName public property

Agent name who created notice
public string FromName
return string

HasAttachment public property

Is there an attachment?
public bool HasAttachment
return bool

NoticeID public property

Notice ID
public UUID NoticeID
return UUID

Subject public property

Notice subject
public string Subject
return string

Timestamp public property

Creation timestamp of notice
public uint Timestamp
return uint