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

Parameters

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