RaumfeldNET.ContentDirectoryBrowserMulti.switchMainContent C# (CSharp) Method

switchMainContent() public method

public switchMainContent ( ContentDirectoryMainContentType _mainContentType ) : void
_mainContentType ContentDirectoryMainContentType
return void
        public void switchMainContent(ContentDirectoryMainContentType _mainContentType)
        {
            this.switchList(_mainContentType);
            mainContentType = _mainContentType;
        }