Click or drag to resize
DocumentTagInfoProviderGet Method (Int32, Int32)
Gets an instance of the DocumentTagInfo binding structure.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public virtual DocumentTagInfo Get(
	int documentId,
	int tagId
)

Parameters

documentId
Type: SystemInt32
Page ID.
tagId
Type: SystemInt32
Tag ID.

Return Value

Type: DocumentTagInfo
Returns an instance of DocumentTagInfo corresponding to given identifiers or null.

Implements

IDocumentTagInfoProviderGet(Int32, Int32)
See Also