Click or drag to resize
FileMetadataInfoProviderGetFileMetadataInfos Method

Note: This API is now obsolete.

Returns a query for all the FileMetadataInfo objects.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IFileMetadataInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - FileMetadataInfo.Provider.")]
public static ObjectQuery<FileMetadataInfo> GetFileMetadataInfos()

Return Value

Type: ObjectQueryFileMetadataInfo
See Also