MultiArchive SDK .NET Documentation |
ItemSpecificationBuilder..::..AddContentSpecification Method |
ItemSpecificationBuilder Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
AddContentSpecification(FileSystemInfo) |
Method that creates a new ContentSpecification based on a physical file on the local filesystem.
|
|
AddContentSpecification(FileSystemInfo, String) |
Method that creates a new ContentSpecification based on a physical file on the local filesystem.
If a mimetype is specified in the parameters, the content file will be saved in MultiArchive with this mimetype instead of the mimetype of the actual physical file. |
|
AddContentSpecification(Stream, String, String, String) |
Method that creates a new ContentSpecificaiton based on a stream specified
If a mimetype is specified in the parameters, the content file will be saved in MultiArchive with this mimetype instead of the mimetype of the actual physical file. |
|
AddContentSpecification(String, String, String, String) |
Method that creates a new ContentSpecification based on the content of the contentValue-string, and adds it to the local list of ContentSpecifications.
If a mimetype is specified in the parameters, the content file will be saved in MultiArchive with this mimetype instead of the mimetype of the actual physical file. |