ResourceRestricted Property
Whether the file is restricted.
Syntax
[VB.NET] Public Property ResourceRestricted As Boolean
[C#] public bool ResourceRestricted {get; set;}
Remarks
This property indicates whether the selected file is restricted. If the file is restricted it is not downloadable by viewers.
This property is not available at design time.
Default Value
False