Carrotware.CMS.UI.Components.ContentPageNext.ContentPageNext C# (CSharp) Method

ContentPageNext() public method

public ContentPageNext ( ) : System
return System
        public ContentPageNext()
        {
            this.CaptionDataField = CaptionSource.NavMenuText;
            this.NavigationDirection = NavDirection.Unknown;
            this.UseDefaultText = true;
            this.ContentPage = null;
        }