Click or drag to resize
DocumentTagInfoProviderGetDocumentTagInfoInternal Method
Returns the DocumentTagInfo structure for the specified documentID and tagID.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual DocumentTagInfo GetDocumentTagInfoInternal(
	int documentId,
	int tagId
)

Parameters

documentId
Type: SystemInt32
DocumentID
tagId
Type: SystemInt32
TagID

Return Value

Type: DocumentTagInfo
See Also