User Id of the Author

Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Remarks

Author's display name is automatically found and stored. AuthorName can be found in SearchResult. However, this may get out of date if Display Name is changed after Index.

Remarks

A value of -1 means this is property is not used.

See Also