Click or drag to resize
ServerSecurityAllowPersonalHomePage Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if users are allowed to set their own home page.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool AllowPersonalHomePage { get; set; }

Property Value

Type: Boolean
True if users are allowed to set their own home page.

Return Value

Type: Boolean
True if users are allowed to set their own home page.
Remarks
Can only be set to true if ApplyUserSecurity is true.
See Also