| HdsiServiceBehaviorBaseCreateContentLocation Method |
Create content location
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax protected string CreateContentLocation(
params Object[] parts
)
Protected Function CreateContentLocation (
ParamArray parts As Object()
) As String
protected:
String^ CreateContentLocation(
... array<Object^>^ parts
)
member CreateContentLocation :
parts : Object[] -> string
Parameters
- parts
- Type: SystemObject
[Missing <param name="parts"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.CreateContentLocation(System.Object[])"]
Return Value
Type:
String[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.CreateContentLocation(System.Object[])"]
See Also