AlchemyAPI.AlchemyAPI_TextParams.isExtractLinks C# (CSharp) Méthode

isExtractLinks() public méthode

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