[ObsoleteAttribute("Use Stream(string id, DateTime updated, DateTime accessed, string ownername, string name, PathSpec parent, PathSpec baseparent, StreamType type, string description, StreamOption options, string firmerthanparent, string changeflowstoparent, string changeflowsfromparent, ViewMap paths, ViewMap remapped, ViewMap ignored, ViewMap view, ViewMap changeview, FormSpec spec, Dictionary<string, object> customfields)",
false)]
public Stream(
string id,
DateTime updated,
DateTime accessed,
string ownername,
string name,
PathSpec parent,
PathSpec baseparent,
StreamType type,
string description,
StreamOption options,
string firmerthanparent,
string changeflowstoparent,
string changeflowsfromparent,
ViewMap paths,
ViewMap remapped,
ViewMap ignored,
ViewMap view,
FormSpec spec
)
<ObsoleteAttribute("Use Stream(string id, DateTime updated, DateTime accessed, string ownername, string name, PathSpec parent, PathSpec baseparent, StreamType type, string description, StreamOption options, string firmerthanparent, string changeflowstoparent, string changeflowsfromparent, ViewMap paths, ViewMap remapped, ViewMap ignored, ViewMap view, ViewMap changeview, FormSpec spec, Dictionary<string, object> customfields)",
false)>
Public Sub New (
id As String,
updated As DateTime,
accessed As DateTime,
ownername As String,
name As String,
parent As PathSpec,
baseparent As PathSpec,
type As StreamType,
description As String,
options As StreamOption,
firmerthanparent As String,
changeflowstoparent As String,
changeflowsfromparent As String,
paths As ViewMap,
remapped As ViewMap,
ignored As ViewMap,
view As ViewMap,
spec As FormSpec
)
public:
[ObsoleteAttribute(L"Use Stream(string id, DateTime updated, DateTime accessed, string ownername, string name, PathSpec parent, PathSpec baseparent, StreamType type, string description, StreamOption options, string firmerthanparent, string changeflowstoparent, string changeflowsfromparent, ViewMap paths, ViewMap remapped, ViewMap ignored, ViewMap view, ViewMap changeview, FormSpec spec, Dictionary<string, object> customfields)",
false)]
Stream(
String^ id,
DateTime updated,
DateTime accessed,
String^ ownername,
String^ name,
PathSpec^ parent,
PathSpec^ baseparent,
StreamType type,
String^ description,
StreamOption options,
String^ firmerthanparent,
String^ changeflowstoparent,
String^ changeflowsfromparent,
ViewMap^ paths,
ViewMap^ remapped,
ViewMap^ ignored,
ViewMap^ view,
FormSpec^ spec
)
[<ObsoleteAttribute("Use Stream(string id, DateTime updated, DateTime accessed, string ownername, string name, PathSpec parent, PathSpec baseparent, StreamType type, string description, StreamOption options, string firmerthanparent, string changeflowstoparent, string changeflowsfromparent, ViewMap paths, ViewMap remapped, ViewMap ignored, ViewMap view, ViewMap changeview, FormSpec spec, Dictionary<string, object> customfields)",
false)>]
new :
id : string *
updated : DateTime *
accessed : DateTime *
ownername : string *
name : string *
parent : PathSpec *
baseparent : PathSpec *
type : StreamType *
description : string *
options : StreamOption *
firmerthanparent : string *
changeflowstoparent : string *
changeflowsfromparent : string *
paths : ViewMap *
remapped : ViewMap *
ignored : ViewMap *
view : ViewMap *
spec : FormSpec -> Stream