FederationMetadataInfo Constructor

Initializes a new instance of the FederationMetadataInfo class.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public FederationMetadataInfo(
	string content,
	string contentType,
	string fileExtension
)

Parameters

content
Type: SystemString
The content of the metadata.
contentType
Type: SystemString
The MIME type of the metadata.
fileExtension
Type: SystemString
The file extension.
See Also