SenseNet.Packaging.Internal.ContentTypeInstallStep.CheckExistence C# (CSharp) Method

CheckExistence() private method

private CheckExistence ( ) : bool
return bool
		private bool CheckExistence()
		{
			return ContentManager.GetContentType(ContentTypeName) != null;
		}
	}