CmisSync.Lib.Filter.RepositoryRootDeletedDetection.RootExistsEventArgs.RootExistsEventArgs C# (CSharp) Method

RootExistsEventArgs() public method

public RootExistsEventArgs ( bool exits ) : System
exits bool
return System
            public RootExistsEventArgs(bool exits) {
                this.RootExists = exits;
            }
RepositoryRootDeletedDetection.RootExistsEventArgs