FederationMetadataInfo Constructor |
Namespace: Dundas.BI.AccountServices.ExtensibilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 -> FederationMetadataInfoParameters
- content String
- The content of the metadata.
- contentType String
- The MIME type of the metadata.
- fileExtension String
- The file extension.
See Also