ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProProjectSavingStripCredentialsEvent Class
Members

In This Topic
    ProProjectSavingStripCredentialsEvent Class
    In This Topic
    Occurs when a project has been saved with strip credentials attribute set to true This event gives the opportunity to strip credentials from anything that the subscriber may be persisting in the project. It's important to note that the projectID that is passed is not the projectID of the currently open project. It is the projectID of the project that is being opened in the background specifically for the purpose of stripping credentials.
    Object Model
    ProProjectSavingStripCredentialsEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    public sealed class ProProjectSavingStripCredentialsEvent : ArcGIS.Core.Events.CompositePresentationEvent<ProProjectStripCredentialsEventArgs> 
    Public NotInheritable Class ProProjectSavingStripCredentialsEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of ProProjectStripCredentialsEventArgs)
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
             ArcGIS.Desktop.Core.Events.ProProjectSavingStripCredentialsEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also