Open this page in the API Guide

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 (25.1.0.1000)
Syntax
public FederationMetadataInfo(
	string content,
	string contentType,
	string fileExtension
)

Parameters

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