Click or drag to resize
DocumentTagInfoProviderGetDocumentTagsInternal Method
Returns a query for all the DocumentTagInfo objects.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<DocumentTagInfo> GetDocumentTagsInternal()

Return Value

Type: ObjectQueryDocumentTagInfo
See Also