Gets or sets the file identifier.

Namespace: DotNetNuke.Services.Social.Messaging.Internal.Views
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public int FileId { get; set; }
Visual Basic
Public Property FileId As Integer
	Get
	Set

Field Value

The file identifier.

See Also