Property | Type | Description | |
---|---|---|---|
MediaFilesApi |
Method | Description | |
---|---|---|
AddOrUpdateAsync ( string surveyId, string fileName, byte content ) : System.Threading.Tasks.Task | ||
GetAsync ( string surveyId, string fileName ) : Task |
||
GetCountAsync ( string surveyId ) : Task |
||
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void | ||
QueryAsync ( string surveyId ) : Task |
||
RemoveAsync ( string surveyId, string fileName ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
MediaFilesApi ( string surveyId, string fileName ) : |
public AddOrUpdateAsync ( string surveyId, string fileName, byte content ) : System.Threading.Tasks.Task | ||
surveyId | string | |
fileName | string | |
content | byte | |
return | System.Threading.Tasks.Task |
public GetAsync ( string surveyId, string fileName ) : Task |
||
surveyId | string | |
fileName | string | |
return | Task |
public GetCountAsync ( string surveyId ) : Task |
||
surveyId | string | |
return | Task |
public InitializeNfieldConnection ( INfieldConnectionClient connection ) : void | ||
connection | INfieldConnectionClient | |
return | void |
public QueryAsync ( string surveyId ) : Task |
||
surveyId | string | |
return | Task |
public RemoveAsync ( string surveyId, string fileName ) : System.Threading.Tasks.Task | ||
surveyId | string | |
fileName | string | |
return | System.Threading.Tasks.Task |