View Source
Class PublishedMember
Exposes a member object as IPublishedContent
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public sealed class PublishedMember : PublishedContentBase, IPublishedContent, IPublishedElement
Constructors
View Source
PublishedMember(IMember, IPublishedContentType)
Declaration
public PublishedMember(IMember member, IPublishedContentType publishedMemberType)
Parameters
Properties
View Source
Children
Declaration
public override IEnumerable<IPublishedContent> Children { get; }
Property Value
View Source
ChildrenForAllCultures
Declaration
public override IEnumerable<IPublishedContent> ChildrenForAllCultures { get; }
Property Value
View Source
Declaration
public string Comments { get; }
Property Value
Type |
Description |
System.String |
|
View Source
ContentType
Declaration
public override IPublishedContentType ContentType { get; }
Property Value
View Source
CreateDate
Declaration
public override DateTime CreateDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
CreationDate
Declaration
public DateTime CreationDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
CreatorId
Declaration
public override int CreatorId { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
CreatorName
Declaration
[Obsolete("Use CreatorName(IUserService) extension instead")]
public override string CreatorName { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Cultures
Declaration
public override IReadOnlyDictionary<string, PublishedCultureInfo> Cultures { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyDictionary<System.String, PublishedCultureInfo> |
|
View Source
Email
Declaration
public string Email { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
public override int Id { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
IsApproved
Declaration
public bool IsApproved { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsLockedOut
Declaration
public bool IsLockedOut { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ItemType
Declaration
public override PublishedItemType ItemType { get; }
Property Value
View Source
Key
Declaration
public override Guid Key { get; }
Property Value
Type |
Description |
System.Guid |
|
View Source
LastActivityDate
Declaration
public DateTime LastActivityDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
LastLockoutDate
Declaration
public DateTime LastLockoutDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
LastLoginDate
Declaration
public DateTime LastLoginDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
LastPasswordChangeDate
Declaration
public DateTime LastPasswordChangeDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
Level
Declaration
public override int Level { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Parent
Declaration
public override IPublishedContent Parent { get; }
Property Value
View Source
PasswordQuestion
Declaration
public string PasswordQuestion { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Path
Declaration
public override string Path { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Properties
Declaration
public override IEnumerable<IPublishedProperty> Properties { get; }
Property Value
View Source
SortOrder
Declaration
public override int SortOrder { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
TemplateId
Declaration
public override int? TemplateId { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
UpdateDate
Declaration
public override DateTime UpdateDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
UrlSegment
Declaration
public override string UrlSegment { get; }
Property Value
Type |
Description |
System.String |
|
View Source
UserName
Declaration
public string UserName { get; }
Property Value
Type |
Description |
System.String |
|
View Source
WriterId
Declaration
public override int WriterId { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
WriterName
Declaration
[Obsolete("Use WriterName(IUserService) extension instead")]
public override string WriterName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
GetProperty(String)
Declaration
public override IPublishedProperty GetProperty(string alias)
Parameters
Type |
Name |
Description |
System.String |
alias |
|
Returns
View Source
IsDraft(String)
Declaration
public override bool IsDraft(string culture = null)
Parameters
Type |
Name |
Description |
System.String |
culture |
|
Returns
Type |
Description |
System.Boolean |
|
View Source
IsPublished(String)
Declaration
public override bool IsPublished(string culture = null)
Parameters
Type |
Name |
Description |
System.String |
culture |
|
Returns
Type |
Description |
System.Boolean |
|