GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / CanDeleteObjects Method
In This Topic
    CanDeleteObjects Method (GoView)
    In This Topic
    Called to see if the user can delete objects in this view for this document.
    Syntax
    public virtual bool CanDeleteObjects()
    Remarks
    This just returns AllowDelete && Document.CanDeleteObjects. This predicate is used by methods such as DeleteSelection and EditCut.
    See Also