MetadataGetRootPackageTRoot Method |
Gets the root package providing access to all metadata properties extracted from the file.
Namespace: GroupDocs.MetadataAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic TRoot GetRootPackage<TRoot>()
where TRoot : RootMetadataPackage
Public Function GetRootPackage(Of TRoot As RootMetadataPackage) As TRoot
public:
generic<typename TRoot>
where TRoot : RootMetadataPackage
TRoot GetRootPackage()
member GetRootPackage : unit -> 'TRoot when 'TRoot : RootMetadataPackage
Type Parameters
- TRoot
- The exact type of the root package.
Return Value
Type:
TRootThe root package providing access to all metadata properties extracted from the file.
Remarks
See Also