Share via


ManagementGroup.IsUserAuthor Method

Definition

Caution

Please use Security.IsUserAuthor()

Checks if the calling user is an author.

public:
 bool IsUserAuthor();
[System.Obsolete("Please use Security.IsUserAuthor()")]
public bool IsUserAuthor ();
member this.IsUserAuthor : unit -> bool
Public Function IsUserAuthor () As Boolean

Returns

True if user is in an author user role, false otherwise.

Attributes

Applies to