AcManager.Tools.ContentInstallation.Types.ContentType.GetUpdateOptions C# (CSharp) Method

GetUpdateOptions() public method

public GetUpdateOptions ( ) : IEnumerable
return IEnumerable
        public virtual IEnumerable<UpdateOption> GetUpdateOptions() {
            return new[] {
                new UpdateOption(ToolsStrings.Installator_UpdateEverything),
                new UpdateOption(ToolsStrings.Installator_RemoveExistingFirst) { RemoveExisting = true }
            };
        }
    }