FirstFloor.ModernUI.Presentation.Link.SetNew C# (CSharp) Method

SetNew() public method

public SetNew ( bool isNew ) : void
isNew bool
return void
        public void SetNew(bool isNew) {
            IsNew = isNew;
        }