Orchard.Core.Contents.ViewModels.ContentOptions.ContentOptions C# (CSharp) Method

ContentOptions() public method

public ContentOptions ( ) : System.Collections.Generic
return System.Collections.Generic
        public ContentOptions() {
            OrderBy = ContentsOrder.Modified;
            BulkAction = ContentsBulkAction.None;
        }
        public string SelectedFilter { get; set; }
ContentOptions