summaryM:DotNetNuke.Modules.Taxonomy.Services.ServicesController.Exist(System.Int32,System.Int32,System.Int32,System.String)

Namespace: DotNetNuke.Modules.Taxonomy.Services
Assembly: DotNetNuke.Modules.Taxonomy (in DotNetNuke.Modules.Taxonomy.dll)

Syntax

C#
[HttpGetAttribute]
public HttpResponseMessage Exist(
	int vocabularyId,
	int termId,
	int parentId,
	string termName
)
Visual Basic
<HttpGetAttribute> 
Public Function Exist ( 
	vocabularyId As Integer,
	termId As Integer,
	parentId As Integer,
	termName As String
) As HttpResponseMessage

Parameters

vocabularyId
Type: System..::..Int32
paramvocabularyIdM:DotNetNuke.Modules.Taxonomy.Services.ServicesController.Exist(System.Int32,System.Int32,System.Int32,System.String)
termId
Type: System..::..Int32
paramtermIdM:DotNetNuke.Modules.Taxonomy.Services.ServicesController.Exist(System.Int32,System.Int32,System.Int32,System.String)
parentId
Type: System..::..Int32
paramparentIdM:DotNetNuke.Modules.Taxonomy.Services.ServicesController.Exist(System.Int32,System.Int32,System.Int32,System.String)
termName
Type: System..::..String
paramtermNameM:DotNetNuke.Modules.Taxonomy.Services.ServicesController.Exist(System.Int32,System.Int32,System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Modules.Taxonomy.Services.ServicesController.Exist(System.Int32,System.Int32,System.Int32,System.String)

See Also