AlchemyAPI.AlchemyAPI_TextParams.isExtractLinks C# (CSharp) Method

isExtractLinks() public method

public isExtractLinks ( ) : bool
return bool
		public bool isExtractLinks()
		{
			if (TBOOL.TRUE == extractLinks)
				return true;
			return false;
		}