FederationMetadataInfo Constructor |
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
)
Public Sub New (
content As String,
contentType As String,
fileExtension As String
)
public:
FederationMetadataInfo(
String^ content,
String^ contentType,
String^ fileExtension
)
new :
content : string *
contentType : string *
fileExtension : string -> FederationMetadataInfo
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