DataReferenceBoxAddUrl Method |
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public DataEntryUrlBox AddUrl(
bool isLocalContent,
string url
)
Public Function AddUrl (
isLocalContent As Boolean,
url As String
) As DataEntryUrlBox
public:
DataEntryUrlBox^ AddUrl(
bool isLocalContent,
String^ url
)
member AddUrl :
isLocalContent : bool *
url : string -> DataEntryUrlBox
Parameters
- isLocalContent
- Type: SystemBoolean
- url
- Type: SystemString
Return Value
Type:
DataEntryUrlBoxSee Also