Click or drag to resize
IDocumentTagInfoProviderGet 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#
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.
See Also