Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F691
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Authored By
stwalkerster
May 29 2016, 3:41 AM
2016-05-29 03:41:40 (UTC+0)
Size
283 B
Referenced Files
None
Subscribers
None
View Options
var client = new ConduitClient(phabUrl, token);
var maniphest = new Maniphest(client);
var task = new ManiphestTask { Title = "Test task", Description = "woo test!" };
maniphest.Edit(task);
task.Title = "EDITED test task!";
task.AddComment("Woo! comment!");
maniphest.Edit(task);
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
598
Default Alt Text
(283 B)
Attached To
Mode
P31 (An Untitled Masterwork)
Attached
Detach File
Event Timeline
Log In to Comment