Skip to main content
All docs
V26.1
  • SecurityLoadingOptions.RemoveRestrictedLinks Property

    Gets or sets whether to remove restricted links from the loaded workbook or document.

    Namespace: DevExpress.Office

    Assembly: DevExpress.Office.v26.1.Core.dll

    Declaration

    Property Value

    Type Description
    Boolean

    true if restricted links should be removed; otherwise, false.

    Remarks

    Set the RemoveRestrictedLinks property to true to remove hyperlinks with dangerous URL protocols (javascript:, vbscript:, file:// (direct local file system access), and UNC paths (network share paths such as \\server\share)). You can apply the same protocol safety rules to inline hyperlinks and links within floating objects and images.

    See Also