Bloom.Book.Book.AddCreationTypeAttribute C# (CSharp) Method

AddCreationTypeAttribute() private method

private AddCreationTypeAttribute ( HtmlDom htmlDom ) : void
htmlDom HtmlDom
return void
        private void AddCreationTypeAttribute(HtmlDom htmlDom)
        {
            htmlDom.AddCreationType(LockedDown ? "translation" : "original");
        }
Book