Article.IsAuthor Method

Blog

ArticleIsAuthor Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Blog.Models.Article.IsAuthor(System.String)"]

Namespace:  Blog.Models
Assembly:  Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsAuthor(
	string name
)
function IsAuthor(name);

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Blog.Models.Article.IsAuthor(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Blog.Models.Article.IsAuthor(System.String)"]

Remarks

[Missing <remarks> documentation for "M:Blog.Models.Article.IsAuthor(System.String)"]

See Also